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
I have a number of a tests that I'm attempting to run via SauceLabs.
At first one of the problems I had was when a single browser failed, any other browsers set to be tested next in line would never get tested. I've seemed to have fixed that problem, only to find this new problem where the tests that are failing aren't being flagged as having failed in SauceLabs.
Here's the code from my Gruntfile.js which runs the tests:
The code is telling Grunt to keep going if a single browser fails, but the plugin should still report that a specific browser test failed to SauceLabs?
I have a number of a tests that I'm attempting to run via SauceLabs.
At first one of the problems I had was when a single browser failed, any other browsers set to be tested next in line would never get tested. I've seemed to have fixed that problem, only to find this new problem where the tests that are failing aren't being flagged as having
failed
in SauceLabs.Here's the code from my
Gruntfile.js
which runs the tests:The code is telling Grunt to keep going if a single browser fails, but the plugin should still report that a specific browser test failed to SauceLabs?
Reproduction:
The text was updated successfully, but these errors were encountered: