Sai Krishna
Sai Krishna
@anshooarora i have retry on failure, so when my test fails the first time(Skip) and passed the next run ( Pass), report should consider it as Pass and not as...
@SrinivasanTarget Was thinking if we expose the driver session based on the device UDID this would help users to interact with multiple applications
https://github.com/reportportal/agent-java-cucumber
Error: Navigation took more than 30000ms. Please increase the navigationTimeout. at doActionAwaitingNavigation (node_modules/taiko/lib/doActionAwaitingNavigation.js:65:13)
@dpgraham @mykola-mokhnach Picked the latest espresso from master v 1.3.0 to test new mobile: commands. ### Code to replicate ``` MobileElement elementById = driver.findElementById("com.demotxt.droidsrce.slide:id/viewpager"); Map args = new HashMap(); args.put("element",...
If the test fails for infra issue for example: socket hangup on espresso/uiautomator/wda we need to remove this device from the device poll and re-assign the test to new device....