Arjan Blok
Arjan Blok
### Description I use Github Actions to run a pipeline that tests a react native app in both Android and iOS emulators. I do screenshot comparisons in some cases for...
**Is your feature request related to a problem? Please describe.** When using the compare methos, I wrap them in a WDIO waintUntil method. This helps with problems regarding synchronisation caused...
This adds a Jest matcher that should allow the user to use it in the following way: `expect(browser).toMatchAppImageSnapshot("myTag")` If a baseline does not exist, it will be created. It does...
### What happened? When I run a very simple test locally against Chrome, Edge and Firefox, the test passes without any issue. However, if I run the same test against...