Skip to content

Commit d4339e4

Browse files
maxkatz6jmacato
andauthored
Update Appium tests readme.md (#16134)
* Update readme.md * Update readme.md --------- Co-authored-by: Jumar Macato <[email protected]>
1 parent fbf559d commit d4339e4

File tree

1 file changed

+8
-1
lines changed
  • tests/Avalonia.IntegrationTests.Appium

1 file changed

+8
-1
lines changed

tests/Avalonia.IntegrationTests.Appium/readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,11 @@
2727

2828
Each time you make a change to Avalonia or `IntegrationTestApp`, re-run the `bundle.sh` script (registration only needs to be done once).
2929

30-
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

Comments
 (0)