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.
Mock data not getting injected in testcafe RequestMock
Mock data not getting injected in Testcafe requestMock
Is there a way to do concurrent tests with distinct empty profiles?
I have some tests that involve switching between different user roles to validate that they can (and can’t) access appropriate things in my web application.
How to run Testcafe 3.5 with chrome headless=new with the testrunner API?
We are using Testcafe v3.5 with Gherkin Testcafe library which works great.
I want to experiment with the new Chrome Headless that can be started with the option
chromium --headless=new
.
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.
Is there a way to handle a Chrome popup to allow for a shared clipboard?
We are trying to copy and paste some text for some of our functionality and there is Chrome popup that keeps coming up and preventing further action. It’s the allow shared clipboard popup. Is there a way to handle this programmatically or via some Chrome flag?