Skip to content

Commit 8142061

Browse files
committed
verifying installation of drivers
1 parent a149e72 commit 8142061

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,10 @@ jobs:
162162
DRIVER_VERSION="${{ github.event.inputs.appium2_driver_version || matrix.xcuitest-driver-version }}"
163163
echo "Installing @axe-devtools/axe-appium-xcuitest-driver@${DRIVER_VERSION}"
164164
appium driver install --source=npm @axe-devtools/axe-appium-xcuitest-driver@${DRIVER_VERSION}
165+
echo "Verifying driver installation..."
165166
appium driver list
167+
echo "Checking for AxeXCUITest driver..."
168+
appium driver list | grep -i "axexcuitest" || echo "Warning: AxeXCUITest driver not found in list"
166169
167170
- name: Prepare and boot iOS simulator
168171
id: prepareSimulator
@@ -278,7 +281,10 @@ jobs:
278281
DRIVER_VERSION="${{ github.event.inputs.appium3_driver_version || matrix.xcuitest-driver-version }}"
279282
echo "Installing @axe-devtools/axe-appium3-xcuitest-driver@${DRIVER_VERSION}"
280283
appium driver install --source=npm @axe-devtools/axe-appium3-xcuitest-driver@${DRIVER_VERSION}
284+
echo "Verifying driver installation..."
281285
appium driver list
286+
echo "Checking for AxeXCUITest driver..."
287+
appium driver list | grep -i "axexcuitest" || echo "Warning: AxeXCUITest driver not found in list"
282288
283289
- name: Prepare and boot iOS simulator
284290
id: prepareSimulator

0 commit comments

Comments
 (0)