From e4eff8510c83afba5725fa588999228a01389e6a Mon Sep 17 00:00:00 2001 From: Bharath Date: Thu, 25 Jun 2026 11:16:21 +0530 Subject: [PATCH] Clarify WDA/provisioning profile required only for local executions (DOC-778) Co-Authored-By: Claude Opus 4.8 (1M context) --- src/pages/docs/configuration/generate-wda-file.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/docs/configuration/generate-wda-file.md b/src/pages/docs/configuration/generate-wda-file.md index 4481e75f..09b6ebb3 100644 --- a/src/pages/docs/configuration/generate-wda-file.md +++ b/src/pages/docs/configuration/generate-wda-file.md @@ -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. + --- >

Prerequisites