Skip to content

Commit

Permalink
wip: test plawright in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Jimenez Giraldo <[email protected]>
  • Loading branch information
sago2k8 committed Oct 1, 2024
1 parent 878a3db commit 5755425
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default defineConfig({
timeout: 180 * 1000
},
{
command: 'npm run start',
command: 'PORT=3000 npm run build && npm run preview',
url: 'http://localhost:3000',
timeout: 180 * 1000,
reuseExistingServer: !process.env.CI,
Expand Down

0 comments on commit 5755425

Please sign in to comment.