Hi,
At Seetest Automation we can use setShowImageInReport to create Reports with out Screen shots.
How can we do the Same with Appium Studio?
Thx Felix
Hi,
At Seetest Automation we can use setShowImageInReport to create Reports with out Screen shots.
How can we do the Same with Appium Studio?
Thx Felix
Hi @Felix
This is possible with the appium-seetest-extension-11.x JAR file which is located in the following location:
C:\Program Files (x86)\Experitest\AppiumStudio\clients\appium\java
Once you have the JAR file imported in your Code Environment, you can do something like this:
RemoteWebDriver driver = new RemoteWebDriver(new URL("some_url"), dc);
SeeTestClient client = new SeeTestClient(driver);
client.setShowPassImageInReport(false); // This show images only for failed steps, true - show images for all steps