mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(playwright): improve test server reliability (#25079)
This commit is contained in:
980
core/package-lock.json
generated
980
core/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -67,6 +67,7 @@
|
||||
"puppeteer": "^10.4.0",
|
||||
"rollup": "^2.26.4",
|
||||
"sass": "^1.26.10",
|
||||
"serve": "^13.0.2",
|
||||
"stylelint": "^13.6.1",
|
||||
"stylelint-order": "^4.1.0",
|
||||
"swiper": "5.4.1",
|
||||
|
||||
@@ -101,7 +101,7 @@ const config: PlaywrightTestConfig = {
|
||||
/* Configure projects for major browsers */
|
||||
projects: generateProjects(),
|
||||
webServer: {
|
||||
command: 'python3 -m http.server 3333',
|
||||
command: 'serve -p 3333',
|
||||
port: 3333
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user