Skip to content

Commit a149e72

Browse files
committed
drivers update
1 parent 7614f68 commit a149e72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appium-tests/config/wdio.appium2.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exports.config = {
2222
platformName: 'iOS',
2323
'appium:platformVersion': process.env.IOS_VERSION || '17.5',
2424
'appium:deviceName': process.env.DEVICE_NAME || 'iPhone 15 Pro',
25-
'appium:automationName': 'XCUITest',
25+
'appium:automationName': 'AxeXCUITest',
2626
'appium:app': process.env.APP_PATH || path.join(__dirname, '../../build/Release-iphonesimulator/axe-devtools-ios-sample-app.app'),
2727
'appium:noReset': false,
2828
'appium:fullReset': false,
@@ -67,6 +67,6 @@ exports.config = {
6767
// Hooks
6868
// =====
6969
before: function (capabilities, specs) {
70-
console.log('Running tests with Appium 2.x and XCUITest driver');
70+
console.log('Running tests with Appium 2.x and @axe-devtools AxeXCUITest driver');
7171
}
7272
};

appium-tests/config/wdio.appium3.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exports.config = {
2222
platformName: 'iOS',
2323
'appium:platformVersion': process.env.IOS_VERSION || '17.5',
2424
'appium:deviceName': process.env.DEVICE_NAME || 'iPhone 15 Pro',
25-
'appium:automationName': 'XCUITest',
25+
'appium:automationName': 'AxeXCUITest',
2626
'appium:app': process.env.APP_PATH || path.join(__dirname, '../../build/Release-iphonesimulator/axe-devtools-ios-sample-app.app'),
2727
'appium:noReset': false,
2828
'appium:fullReset': false,
@@ -67,6 +67,6 @@ exports.config = {
6767
// Hooks
6868
// =====
6969
before: function (capabilities, specs) {
70-
console.log('Running tests with Appium 3.x and XCUITest driver');
70+
console.log('Running tests with Appium 3.x and @axe-devtools AxeXCUITest driver');
7171
}
7272
};

0 commit comments

Comments
 (0)