Can I mark a test case as pass with Java-Selenide?
Hi Joe,
For Passed tests, kindly add Lambda hooks below in your code:
browser.executeScript("lambda-status=passed");
And for more details about Lambda Hooks, please refer to this link:
Can I mark a test case as pass with Java-Selenide?
Hi Joe,
For Passed tests, kindly add Lambda hooks below in your code:
browser.executeScript("lambda-status=passed");
And for more details about Lambda Hooks, please refer to this link: