Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuyui committed May 19, 2023
1 parent be6743c commit e2b7ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/storybook/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineConfig({

use: {
// Base URL to use in actions like `await page.goto('/')`.
baseURL: 'http://127.0.0.1:3000',
baseURL: 'http://127.0.0.1:6006',

// Collect trace when retrying the failed test.
trace: 'on-first-retry',
Expand All @@ -37,7 +37,7 @@ export default defineConfig({
// Run your local dev server before starting the tests.
webServer: {
command: 'yarn start',
url: 'http://127.0.0.1:3000',
url: 'http://127.0.0.1:6006',
reuseExistingServer: !process.env.CI,
},
})

0 comments on commit e2b7ea1

Please sign in to comment.