We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47a96e commit 5dbd842Copy full SHA for 5dbd842
package.json
@@ -55,7 +55,7 @@
55
"test:appium-other": "mocha test/helper/Appium_test.js --grep 'second'",
56
"test:ios:appium-quick": "mocha test/helper/Appium_ios_test.js --grep 'quick'",
57
"test:ios:appium-other": "mocha test/helper/Appium_ios_test.js --grep 'second'",
58
- "test-app:start": "php -S 127.0.0.1:8000 -t test/data/app",
+ "test-app:start": "php -S 127.0.0.1:8000 -t test/data/app test/data/app/index.php",
59
"test-app:stop": "kill -9 $(lsof -t -i:8000)",
60
"test:unit:webbapi:playwright": "mocha test/helper/Playwright_test.js",
61
"test:unit:webbapi:puppeteer": "mocha test/helper/Puppeteer_test.js",
0 commit comments