How to mark a test case as Passed in Gauge framework?
Hi Ian!
To mark a test case as Passed in Gauge framework, you can use the below sample code in your automation script.
browser.executeScript("lambda-status=passed");
How to mark a test case as Passed in Gauge framework?
Hi Ian!
To mark a test case as Passed in Gauge framework, you can use the below sample code in your automation script.
browser.executeScript("lambda-status=passed");