Skip to content

Commit 120bfad

Browse files
committed
Update ios-appium-tests.yml
1 parent 6e24482 commit 120bfad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ios-appium-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ on:
1616
required: false
1717
default: 'iPhone 15 Pro'
1818
appium2_driver_version:
19-
description: 'Appium 2 axe-devtools driver version (e.g. 3.1.0-beta.abc123)'
19+
description: 'Appium 2 axe-devtools driver version (e.g. 2.2.0-beta.abc123)'
2020
required: false
21-
default: '3.1.0'
21+
default: '2.2.0'
2222
appium3_driver_version:
23-
description: 'Appium 3 axe-devtools driver version (e.g. 3.1.0-beta.abc123)'
23+
description: 'Appium 3 axe-devtools driver version (e.g. 1.1.0-beta.abc123)'
2424
required: false
25-
default: '3.1.0'
25+
default: '1.1.0'
2626

2727
env:
2828
XCODE_VERSION: '15.4'
@@ -108,7 +108,7 @@ jobs:
108108
needs: build-app
109109
strategy:
110110
matrix:
111-
xcuitest-driver-version: ['3.0.0', '3.0.1', '3.1.0']
111+
xcuitest-driver-version: ['2.2.0']
112112
fail-fast: false
113113

114114
steps:
@@ -271,7 +271,7 @@ jobs:
271271
needs: build-app
272272
strategy:
273273
matrix:
274-
xcuitest-driver-version: ['3.0.0', '3.0.1', '3.1.0']
274+
xcuitest-driver-version: ['1.1.0']
275275
fail-fast: false
276276

277277
steps:
@@ -445,7 +445,7 @@ jobs:
445445
echo "🔧 Using @axe-devtools custom drivers" >> $GITHUB_STEP_SUMMARY
446446
echo "" >> $GITHUB_STEP_SUMMARY
447447
echo "### Appium Versions Tested:" >> $GITHUB_STEP_SUMMARY
448-
echo "- Appium 2.x with @axe-devtools driver versions: 3.0.0, 3.0.1, 3.1.0" >> $GITHUB_STEP_SUMMARY
449-
echo "- Appium 3.x with @axe-devtools driver versions: 3.0.0, 3.0.1, 3.1.0" >> $GITHUB_STEP_SUMMARY
448+
echo "- Appium 2.x with @axe-devtools driver version: 2.2.0" >> $GITHUB_STEP_SUMMARY
449+
echo "- Appium 3.x with @axe-devtools driver version: 1.1.0" >> $GITHUB_STEP_SUMMARY
450450
echo "" >> $GITHUB_STEP_SUMMARY
451451
echo "Check the artifacts for detailed test results and screenshots." >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)