Bug
The bug appears when launching the tests on a remote machine (Browserstack or similar, remote device) and a temporary network disconnection occurs.
We were able to replicate the issue on two machines in the same LAN using the code attached in the gist below.
When the network returns the tests won't continue, the browser is frozen and there are no error messages in the testcaf猫 console.
When the network returns, we expect the test to continue and either fail with an error, or better pass without errors.
You should run the attached html file on a local httpserver (we used the "http-server" npm module to achieve that), run the test file we provided with the remote option and disconnect the network for a while. See the other readme.md file in the attached gist for more information.
Your website URL (or attach your complete example): https://gist.github.com/mgallo/e563f2a2fd69b8dc0fd6728ff00c991b
Thank you for the detailed description. I was able to reproduce the issue. This behavior seems incorrect. We need some time to research it. We will reply to you when we have news.
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.
Most helpful comment
Thank you for the detailed description. I was able to reproduce the issue. This behavior seems incorrect. We need some time to research it. We will reply to you when we have news.