Can I mark a test case as pass using Appium Ruby-Cucumber?
Hi Brett,
You can add our lambdahooks to your script to pass your app test:
$driver.execute_script("lambda-status=passed")
Can I mark a test case as pass using Appium Ruby-Cucumber?
Hi Brett,
You can add our lambdahooks to your script to pass your app test:
$driver.execute_script("lambda-status=passed")