Skip to content

Commit

Permalink
test(e2e): add webServer
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Jul 30, 2024
1 parent bb98e8b commit 647ab83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ export default defineConfig<AuthUsersOptions>({
],

/* Run your local dev server before starting the tests */
// webServer: {
// command: 'npm run start',
// url: 'http://127.0.0.1:3000',
// reuseExistingServer: !process.env.CI,
// },
webServer: {
command: 'pnpm dev',
url: 'http://127.0.0.1:3000',
reuseExistingServer: !process.env.CI,
},
})

0 comments on commit 647ab83

Please sign in to comment.