We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf559d commit d4339e4Copy full SHA for d4339e4
tests/Avalonia.IntegrationTests.Appium/readme.md
@@ -27,4 +27,11 @@
27
28
Each time you make a change to Avalonia or `IntegrationTestApp`, re-run the `bundle.sh` script (registration only needs to be done once).
29
30
-
+### Appium 2
31
+
32
+Tests in this project are configured to run with Appium 1 (as only this version supports WinAppDriver).
33
+If you need to run with Appium 2 on macOS, extra steps are required:
34
+- Install Appium 2 with [mac2 driver](https://github.com/appium/appium-mac2-driver)
35
+- Set `<IsRunningAppium2>true</IsRunningAppium2>` msbuild property on the test project or globally
36
+- Run appium 2 with `appium --base-path=/wd/hub` (custom base path is required)
37
+- Run tests as normally
0 commit comments