Relative Content

Tag Archive for testcafe

Error: Cannot establish one or more browser connections

Whenever I run my test scripts in GuidewireTestingFramework, the browser launches and the scripts execute successfully. Suddenly since yesterday , the browser is not launching and my script fails with the below error.

Dynamic data are not available in test files – testcafe – 3.6.0

I want to set project config which is unique in every test run, by creating new environment instance before tests run.
It will contains for expample, base url to web page, api url e.t.c.
I will use it in a lot of files, with tests, hooks e.t.c, so it should be available everywhere.