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
3 changes: 3 additions & 0 deletions src/pages/docs/configuration/generate-wda-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ contextual_links:

WebDriverAgent (WDA) plays an important role in automating iOS tests. It bridges the code we write for testing and the actual iOS app, which helps us control the app, test how it behaves, and make sure it works correctly. This article discusses the steps and prerequisites for creating WDA files.

[[info | **NOTE**:]]
| Creating a provisioning profile and WDA file is required **only for local agent–based executions**. If you are running tests exclusively on cloud devices from Testsigma Lab, you do **not** need to create a WDA file or provisioning profile.

---

> <p id="prerequisites">Prerequisites</p>
Expand Down
Loading