File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments