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