Skip to content

Commit 8eea941

Browse files
committed
fix: deprecate appium 1.x
1 parent 4c7f74c commit 8eea941

File tree

2 files changed

+2
-60
lines changed

2 files changed

+2
-60
lines changed

.github/workflows/appium.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"test:unit": "mocha test/unit --recursive --timeout 10000",
4444
"test:runner": "mocha test/runner --recursive --timeout 10000",
4545
"test": "npm run test:unit && npm run test:runner",
46-
"test:appium-quick": "mocha test/helper/Appium_test.js --grep 'quick'",
47-
"test:appium-other": "mocha test/helper/Appium_test.js --grep 'second'",
46+
"test:appium-quick": "mocha test/helper/AppiumV2_test.js --grep 'quick'",
47+
"test:appium-other": "mocha test/helper/AppiumV2_test.js --grep 'second'",
4848
"test-app:start": "php -S 127.0.0.1:8000 -t test/data/app",
4949
"test-app:stop": "kill -9 $(lsof -t -i:8000)",
5050
"test:unit:webbapi:playwright": "mocha test/helper/Playwright_test.js",

0 commit comments

Comments
 (0)