Skip to content

Commit

Permalink
Revert playwright webserver config from port to url
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mears-2 committed Aug 2, 2024
1 parent f078f8e commit 145a4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default defineConfig({
// Multiple web servers (or background processes) can be launched: https://playwright.dev/docs/api/class-testconfig#test-config-web-server
webServer: {
command: 'NITRO_HOST="127.0.0.1" NITRO_PORT="3000" npm run build && npm run preview',
port: 3000,
url: "http://127.0.0.1:3000",
timeout: 120 * 1000,
reuseExistingServer: !process.env.CI,
stdout: "pipe", // Debugging
Expand Down

0 comments on commit 145a4da

Please sign in to comment.