Skip to content

Commit

Permalink
update port
Browse files Browse the repository at this point in the history
  • Loading branch information
davikstone2 committed Jan 30, 2024
1 parent e6dcb41 commit 071c493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
workers: process.env.CI ? 1 : undefined,
reporter: 'html',
use: {
baseURL: 'http://localhost:12101',
baseURL: 'http://localhost:12102',
trace: 'on-first-retry',
headless: true
},
Expand Down

0 comments on commit 071c493

Please sign in to comment.