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 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" ,
You can’t perform that action at this time.
0 commit comments