saucelabs / testrunner-toolkit

Sauce Labs Test Runner Toolkit is a JavaScript native approach to perform browser testing in a CI with Sauce Labs
https://docs.staging.saucelabs.net/testrunner-toolkit/index.html
Apache License 2.0
23 stars 11 forks source link

Testrunner Toolkit for Cypress stop testing after first failure #58

Open arevaloignacio opened 3 years ago

arevaloignacio commented 3 years ago

🐛 Bug Report

I am executing regression tests with Testrunner toolkit for Cypress, but at the first failure the testing stop. How can I define to continue with the testing after get any failure during the tests execution?

arevaloignacio commented 3 years ago

Now it is fixed and I am able to continue with the testing after a failure.

arevaloignacio commented 3 years ago

Also from November 4th (the day this ticket was reopened), all the tests are recorded with an ID like: DevX Cypress Test Run - 1604569221534

Instead of the Test Name like: devx cypress - cypress/integration/series/series_TableEditIcon.js

Nov3rd

Nov5th

vrunoa commented 3 years ago

@arevaloignacio can you share the information on the environment setup?

Is this still happening?