mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
fix(playwright.config): simplify web server command by removing CI condition
This commit is contained in:
parent
5d6508a306
commit
0472e714e6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ export default defineConfig({
|
|||
|
||||
/* Run your local dev server before starting the tests */
|
||||
webServer: {
|
||||
command: process.env.CI ? 'npm run start' : 'npm run dev',
|
||||
command: 'npm run dev',
|
||||
url: 'http://127.0.0.1:3000',
|
||||
reuseExistingServer: !process.env.CI,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue