From 81b90b69183f81cc3d7c44d25cf03f69a59f3e41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 19:12:39 +0200 Subject: [PATCH] docs(appium): Update documentation translations (#21702) Co-authored-by: mykola-mokhnach <7767781+mykola-mokhnach@users.noreply.github.com> --- packages/appium/docs/ja/guides/grid.md | 28 ++++++++++++++++++-------- packages/appium/docs/zh/guides/grid.md | 28 ++++++++++++++++++-------- 2 files changed, 40 insertions(+), 16 deletions(-) diff --git a/packages/appium/docs/ja/guides/grid.md b/packages/appium/docs/ja/guides/grid.md index 3133bc775..903ac02ba 100644 --- a/packages/appium/docs/ja/guides/grid.md +++ b/packages/appium/docs/ja/guides/grid.md @@ -22,9 +22,11 @@ server: use-drivers: - xcuitest default-capabilities: - wdaLocalPort: 8100 - mjpegServerPort: 9100 - mjpegScreenshotUrl: "http://localhost:9100" + appium:wdaLocalPort: 8100 + appium:mjpegServerPort: 9100 + appium:mjpegScreenshotUrl: "http://localhost:9100" + appium:platformVersion: "26.0" + appium:deviceName: "iPhone 17" ``` In the above YAML config file, we specify the Appium server port, the driver used, and parameters @@ -39,9 +41,11 @@ server: use-drivers: - xcuitest default-capabilities: - wdaLocalPort: 8110 - mjpegServerPort: 9110 - mjpegScreenshotUrl: "http://localhost:9110" + appium:wdaLocalPort: 8110 + appium:mjpegServerPort: 9110 + appium:mjpegScreenshotUrl: "http://localhost:9110" + appium:platformVersion: "26.0" + appium:deviceName: "iPhone 16" ``` ### Define the Grid node configs @@ -60,11 +64,15 @@ port = 5555 [node] detect-drivers = false +[events] +publish = "tcp://HUB_IP_ADDRESS:4442" +subscribe = "tcp://HUB_IP_ADDRESS:4443" + [relay] url = "http://localhost:4723" status-endpoint = "/status" configs = [ - "1", "{\"platformName\": \"iOS\", \"appium:platformVersion\": \"15.5\", \"appium:deviceName\": \"iPhone 13\", \"appium:automationName\": \"XCUITest\"}" + "1", "{\"platformName\": \"iOS\", \"appium:automationName\": \"XCUITest\"}" ] ``` @@ -76,11 +84,15 @@ port = 5565 [node] detect-drivers = false +[events] +publish = "tcp://HUB_IP_ADDRESS:4442" +subscribe = "tcp://HUB_IP_ADDRESS:4443" + [relay] url = "http://localhost:4733" status-endpoint = "/status" configs = [ - "1", "{\"platformName\": \"iOS\", \"appium:platformVersion\": \"15.5\", \"appium:deviceName\": \"iPhone 12\", \"appium:automationName\": \"XCUITest\"}" + "1", "{\"platformName\": \"iOS\", \"appium:automationName\": \"XCUITest\"}" ] ``` diff --git a/packages/appium/docs/zh/guides/grid.md b/packages/appium/docs/zh/guides/grid.md index 3133bc775..903ac02ba 100644 --- a/packages/appium/docs/zh/guides/grid.md +++ b/packages/appium/docs/zh/guides/grid.md @@ -22,9 +22,11 @@ server: use-drivers: - xcuitest default-capabilities: - wdaLocalPort: 8100 - mjpegServerPort: 9100 - mjpegScreenshotUrl: "http://localhost:9100" + appium:wdaLocalPort: 8100 + appium:mjpegServerPort: 9100 + appium:mjpegScreenshotUrl: "http://localhost:9100" + appium:platformVersion: "26.0" + appium:deviceName: "iPhone 17" ``` In the above YAML config file, we specify the Appium server port, the driver used, and parameters @@ -39,9 +41,11 @@ server: use-drivers: - xcuitest default-capabilities: - wdaLocalPort: 8110 - mjpegServerPort: 9110 - mjpegScreenshotUrl: "http://localhost:9110" + appium:wdaLocalPort: 8110 + appium:mjpegServerPort: 9110 + appium:mjpegScreenshotUrl: "http://localhost:9110" + appium:platformVersion: "26.0" + appium:deviceName: "iPhone 16" ``` ### Define the Grid node configs @@ -60,11 +64,15 @@ port = 5555 [node] detect-drivers = false +[events] +publish = "tcp://HUB_IP_ADDRESS:4442" +subscribe = "tcp://HUB_IP_ADDRESS:4443" + [relay] url = "http://localhost:4723" status-endpoint = "/status" configs = [ - "1", "{\"platformName\": \"iOS\", \"appium:platformVersion\": \"15.5\", \"appium:deviceName\": \"iPhone 13\", \"appium:automationName\": \"XCUITest\"}" + "1", "{\"platformName\": \"iOS\", \"appium:automationName\": \"XCUITest\"}" ] ``` @@ -76,11 +84,15 @@ port = 5565 [node] detect-drivers = false +[events] +publish = "tcp://HUB_IP_ADDRESS:4442" +subscribe = "tcp://HUB_IP_ADDRESS:4443" + [relay] url = "http://localhost:4733" status-endpoint = "/status" configs = [ - "1", "{\"platformName\": \"iOS\", \"appium:platformVersion\": \"15.5\", \"appium:deviceName\": \"iPhone 12\", \"appium:automationName\": \"XCUITest\"}" + "1", "{\"platformName\": \"iOS\", \"appium:automationName\": \"XCUITest\"}" ] ```