Skip to content

Commit

Permalink
Change web start command e2e playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
svanaeinars committed Nov 18, 2024
1 parent 3e2cbf3 commit 0d9addf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { createPlaywrightConfig } from '@island.is/testing/e2e'

const playwrightConfig = createPlaywrightConfig({
webServerUrl: 'http://localhost:4200',
command: '(yarn dev-init web && yarn dev web)',
command:
'(cd infra && yarn cli run-local-env web --dependencies api --print --no-secrets --proxies)',
cwd: '../../',
})

Expand Down

0 comments on commit 0d9addf

Please sign in to comment.