You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run multiple tests in concurrency mode on BrowserStack. A resulting report will contain the same link for every failed test. Even if tests were failed in different sessions.
You can use the attached example project to reproduce the issue.
Command: testcafe -c 4 "browserstack:Chrome" "./tests/*.js" -r xunit:res.xml examples.zip
testcafe version: 1.5.0
The text was updated successfully, but these errors were encountered:
AndreyBelym
changed the title
TestCafe cannot recognize in which session test failed in concurrency mode
Show links to all cloud test sessions in concurrency mode
Apr 20, 2022
AndreyBelym
changed the title
Show links to all cloud test sessions in concurrency mode
Show all links to all cloud test sessions in concurrency mode
Apr 20, 2022
Run multiple tests in concurrency mode on BrowserStack. A resulting report will contain the same link for every failed test. Even if tests were failed in different sessions.
You can use the attached example project to reproduce the issue.
Command:
testcafe -c 4 "browserstack:Chrome" "./tests/*.js" -r xunit:res.xml
examples.zip
The text was updated successfully, but these errors were encountered: