Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/accessibility-android-automation-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ driver.execute_script("lambda-accessibility-scan")
driver.quit()
```

> For iOS accessibility tests make sure you to add this capability `g `

## Step 4: Execute and Monitor your Tests
Run the following command in the directory where your project has been saved to execute your build.

Expand Down
Loading