Skip to content

Commit

Permalink
Update ios-deploy.md
Browse files Browse the repository at this point in the history
Signed-off-by: Eason <[email protected]>
  • Loading branch information
ZhouYixun authored Aug 28, 2024
1 parent db50214 commit b84025a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/en/deploy/ios-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,16 @@ brew install ideviceinstaller

2. In Agent's `config/application-sonic-agent.yml`, configure `wda-xcode-project-path` to the WebDriverAgent.xcodeproj path

After completion, confirm that WebDriverAgent can be built to the device for testing, and preparations are complete.
After completion, confirm that WebDriverAgent can be built to the device for testing:

```shell

# replace ${wda-xcode-project-path} to your xcodeproj path, replace ${device_udId} to your device udId

xcodebuild -project ${wda-xcode-project-path} -scheme WebDriverAgentRunner -destination 'id=${device_udId}' test
```

Preparations are complete.

## Build WebDriverAgent into the device

Expand Down

0 comments on commit b84025a

Please sign in to comment.