Skip to content

Commit 2d45f6a

Browse files
authored
fix(aws-plugin): update used appium version (#357)
1 parent f5330cc commit 2d45f6a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/plugins/aws-device-farm/src/__tests__/__snapshots__/createTestSpecFile.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ phases:
1515
pre_test:
1616
commands:
1717
- echo "Start appium server"
18-
- npx appium@2.11.4 driver install uiautomator2
18+
- npx appium@3.2.2 driver install uiautomator2
1919
- >-
20-
npx appium@2.11.4 --log-timestamp --default-capabilities
20+
npx appium@3.2.2 --log-timestamp --default-capabilities
2121
"{\\"appium:deviceName\\": \\"$DEVICEFARM_DEVICE_NAME\\",
2222
\\"appium:platformName\\":\\"$DEVICEFARM_DEVICE_PLATFORM_NAME\\",\\"appium:app\\":\\"$DEVICEFARM_APP_PATH\\",
2323
\\"appium:udid\\":\\"$DEVICEFARM_DEVICE_UDID\\",
@@ -71,9 +71,9 @@ phases:
7171
pre_test:
7272
commands:
7373
- echo "Start appium server"
74-
- npx appium@2.11.4 driver install uiautomator2
74+
- npx appium@3.2.2 driver install uiautomator2
7575
- >-
76-
npx appium@2.11.4 --log-timestamp --default-capabilities
76+
npx appium@3.2.2 --log-timestamp --default-capabilities
7777
"{\\"appium:deviceName\\": \\"$DEVICEFARM_DEVICE_NAME\\",
7878
\\"appium:platformName\\":\\"$DEVICEFARM_DEVICE_PLATFORM_NAME\\",\\"appium:app\\":\\"$DEVICEFARM_APP_PATH\\",
7979
\\"appium:udid\\":\\"$DEVICEFARM_DEVICE_UDID\\",

packages/plugins/aws-device-farm/src/buildYmlSpec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { dump } from "js-yaml";
22

3-
const APPIUM_VERSION = "2.11.4";
3+
const APPIUM_VERSION = "3.2.2";
44

55
export const Commands = {
66
INSTALL_NODE: ["devicefarm-cli use node 18", "node -v"],

0 commit comments

Comments
 (0)