Skip to content

Commit

Permalink
e2e against dev server on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious authored Sep 9, 2023
1 parent 3eaace7 commit 2756c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default defineConfig({
],

webServer: {
command: 'npm run build && npm run preview',
command: 'npm start',
url: 'http://localhost:4321',
reuseExistingServer: !process.env.CI
}
Expand Down

0 comments on commit 2756c73

Please sign in to comment.