Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels