Wim Selles
Wim Selles
Cool, thanks for the update
Hi @silke-vormbrock `can not be determined with webdriver.io` is being determined per step and not per test case/scenario. So I wonder how your reporting tool works. Can you explain that...
Hi @silke-vormbrock Thanks for the answer, officially the `location` is connected to the step file and its data. The problem is that this can't be determined in WDIO, see the...
@christian-bromann QQ, I was looking into the WDIO code and thought I could add the [isNative](https://github.com/webdriverio/visual-testing/blob/main/packages/service/src/utils.ts#L238) into the [envDetector](https://github.com/webdriverio/webdriverio/blob/main/packages/wdio-utils/src/envDetector.ts), but how should I implement the [afterCommand](https://github.com/webdriverio/visual-testing/blob/main/packages/service/src/service.ts#L78) check? Is there a...
Thanks, will take a look at it in the coming weekds
@christian-bromann For Appium there are 2 ways of swiping - with actions - with native swipe functions for iOS and specific ones for Android. The first one is _cross-platform_, but...
You need to be on a lower version of Java, you can check this by running ```sh npx react-native doctor ``` When using Java 21 you will get this ```sh...
> Hi Wim, after reading the description I don't yet understand how this PR fixes the mentioned issue #286 could you elaborate a bit on this? Hi @erwinheitzman this piece...
Feedback will be addressed in [this](https://github.com/webdriverio/visual-testing/pull/325) PR