Skip to content

Commit

Permalink
fix cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 21, 2024
1 parent 693a7d7 commit 17f0c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/playwright.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const defineConfig = (config: PlaywrightTestConfig) => {
/* Run your local dev server before starting the tests */
webServer: {
command: 'yarn storybook',
cwd: process.cwd(),
url: 'http://127.0.0.1:6006',
reuseExistingServer: true, //!process.env.CI,
},
Expand Down

0 comments on commit 17f0c6f

Please sign in to comment.