mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(config): reuse existing dev server for local playwright tests (#25194)
This commit is contained in:
@@ -111,7 +111,8 @@ const config: PlaywrightTestConfig = {
|
||||
projects: generateProjects(),
|
||||
webServer: {
|
||||
command: 'serve -p 3333',
|
||||
port: 3333
|
||||
port: 3333,
|
||||
reuseExistingServer: !process.env.CI
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user