Cucumber json file generates false positive results for failed scripts when running tests in parallel TestCafe
I have set up Testcafe to test in parallel by setting the concurrency value to 3, meaning that 3 browser instances will be active simultaneously on which different tests will be running. That is all good and working as expected.