Skip to content

Commit

Permalink
Revert "disable the webServer option"
Browse files Browse the repository at this point in the history
This reverts commit efd2567.
  • Loading branch information
WunderBart committed Jun 5, 2024
1 parent 94d0833 commit 2b68944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/performance/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const config = defineConfig( {
actionTimeout: 120_000, // 2 minutes.
video: 'off',
},
webServer: null, // We're starting the server from the runner script.
} );

export default config;

0 comments on commit 2b68944

Please sign in to comment.