Skip to content

Commit

Permalink
chore: baseUrl 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
dmswn1004 committed May 16, 2024
1 parent 15f3a17 commit f7d5b11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default defineConfig({
use: {
/* Base URL to use in actions like `await page.goto('/')`. */
// Storybook URL
// https://6641c56731dd79e137b0a49d-opxpqwizpb.chromatic.com
baseURL: 'http://localhost:6006',

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
Expand Down

0 comments on commit f7d5b11

Please sign in to comment.