Skip to content

Commit 5dbd842

Browse files
Copilotkobenguyent
andcommitted
Fix PHP test app server configuration for React SPA static file serving
Co-authored-by: kobenguyent <[email protected]>
1 parent b47a96e commit 5dbd842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"test:appium-other": "mocha test/helper/Appium_test.js --grep 'second'",
5656
"test:ios:appium-quick": "mocha test/helper/Appium_ios_test.js --grep 'quick'",
5757
"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",
58+
"test-app:start": "php -S 127.0.0.1:8000 -t test/data/app test/data/app/index.php",
5959
"test-app:stop": "kill -9 $(lsof -t -i:8000)",
6060
"test:unit:webbapi:playwright": "mocha test/helper/Playwright_test.js",
6161
"test:unit:webbapi:puppeteer": "mocha test/helper/Puppeteer_test.js",

0 commit comments

Comments
 (0)