Skip to content

Commit

Permalink
feat: disable parallelism in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Nov 22, 2023
1 parent 49af9a9 commit 051c587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const PORT = process.env.PORT || 3000
const baseURL = `http://localhost:${PORT}`

export default defineConfig({
fullyParallel: false,
projects: [
{
name: 'Desktop Chrome',
Expand Down

0 comments on commit 051c587

Please sign in to comment.