testproject-io / java-opensdk

TestProject Java OpenSDK
Apache License 2.0
50 stars 42 forks source link

driver commands that are executed within Awaitility are reported in a separate test #143

Open s-glatshtein opened 3 years ago

s-glatshtein commented 3 years ago

Awaitility (https://github.com/awaitility/awaitility) Is a utility class that provides extensive conditional waiting capabilities. Users can use this instead of the standard WebDriverWait to wait for various driver states. However, due to the way it works it creates extra run tests in the report.

We should be able to identify that we're running under awaitility, and use the same test as before.