Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
davikstone2 committed Jan 29, 2024
1 parent ea32981 commit 99735cc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,5 @@ export default defineConfig({
},
],
timeout: 30000,
// Uncomment and adjust if you need to start a server as part of your tests
// webServer: {
// command: 'npm run start',
// url: 'http://localhost:12101', // Adjust to match your server
// reuseExistingServer: !process.env.CI,
// },

});

0 comments on commit 99735cc

Please sign in to comment.