Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxphillipsdev committed Jan 7, 2025
1 parent 8a93210 commit 908aae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ They are placed in `maestro-android/build/outputs/apk`, and are copied over to `

Maestro requires 3 artifacts to run on iOS:

- `maestro-driver-ios` - the host app for the test runner. Does nothing and is not installed.
- `maestro-driver-iosUITests-Runner.app` - the test runner app. Starts an HTTP server inside an infinite XCTest.
- `maestro-driver-ios-config.xctestrun` - the configuration file required to run the test runner app.
- `maestro-driver` - the host app for the test runner. Does nothing and is not installed.
- `maestro-driverUITests-Runner.app` - the test runner app. Starts an HTTP server inside an infinite XCTest.
- `maestro-driver-config.xctestrun` - the configuration file required to run the test runner app.

These artifacts are built by the `build-maestro-ios-runner.sh` script. It places them in `maestro-ios-driver/src/main/resources`.

Expand Down

0 comments on commit 908aae9

Please sign in to comment.