Skip to content

Commit

Permalink
[packages/template-e2e][xs]: don't reuse server
Browse files Browse the repository at this point in the history
  • Loading branch information
olayway committed May 12, 2023
1 parent ada9fe1 commit dc5d419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/template-e2e/playwright.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const config = {
// TODO can port be forwarded to original serve target instead of creatinga new one only for this purpose?
port: PORT,
timeout: 60 * 1000,
reuseExistingServer: !process.env.CI,
// reuseExistingServer: !process.env.CI,
reuseExistingServer: false,
},

use: {
Expand Down

0 comments on commit dc5d419

Please sign in to comment.