Skip to content

Commit

Permalink
chore: pipe remix logs to playwright (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeiscontent committed Apr 28, 2024
1 parent b4d4817 commit 9a0e4a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ const config: PlaywrightTestConfig = {
command: 'pnpm --filter=./playground start',
port: process.env.PORT ? Number(process.env.PORT) : 3000,
reuseExistingServer: !process.env.CI,
stderr: 'pipe',
stdout: 'pipe',
},
};

Expand Down

0 comments on commit 9a0e4a8

Please sign in to comment.