How to mark a test case as Passed in JUnit framework?

How to mark a test case as Passed in JUnit framework?

Hi Ian!

To mark a test case as Passed in JUnit framework, you can use the below sample code in your test script.

browser.executeScript("lambda-status=passed");