File tree Expand file tree Collapse file tree 2 files changed +2
-60
lines changed Expand file tree Collapse file tree 2 files changed +2
-60
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 43
43
"test:unit" : " mocha test/unit --recursive --timeout 10000" ,
44
44
"test:runner" : " mocha test/runner --recursive --timeout 10000" ,
45
45
"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'" ,
48
48
"test-app:start" : " php -S 127.0.0.1:8000 -t test/data/app" ,
49
49
"test-app:stop" : " kill -9 $(lsof -t -i:8000)" ,
50
50
"test:unit:webbapi:playwright" : " mocha test/helper/Playwright_test.js" ,
You can’t perform that action at this time.
0 commit comments