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
The result status of the test should be visible in SauceLabs and Gauge steps should be marked in the command list.
That way, a group of Selenium commands can be easily matched to the corresponding Gauge step. And the job status will not be "completed" for both, successful and failed tests.
SauceLabs offers 2 ways to do this: via their API or by sending a script execution command. We should try the latter, as it is easier to integrate and to read. Example:
The result status of the test should be visible in SauceLabs and Gauge steps should be marked in the command list.
That way, a group of Selenium commands can be easily matched to the corresponding Gauge step. And the job status will not be "completed" for both, successful and failed tests.
SauceLabs offers 2 ways to do this: via their API or by sending a script execution command. We should try the latter, as it is easier to integrate and to read. Example:
driver.execute_script("sauce:job-result=passed")
https://docs.saucelabs.com/basics/test-config-annotation/test-annotation/
It must be tested with desktop and mobile browser and with native app tests.
The text was updated successfully, but these errors were encountered: