Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiamiao committed Aug 28, 2024
1 parent 57127c3 commit 03d6329
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 439 deletions.
4 changes: 3 additions & 1 deletion hi-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
"@types/node": "^22.5.0"

},
"scripts": {}
"scripts": {
"prestart": "cd ../ && yarn storybook"
}
}
2 changes: 1 addition & 1 deletion hi-test/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default defineConfig({

/* Run your local dev server before starting the tests */
webServer: {
command: 'cd ../ && yarn storybook',
command: 'yarn prestart',
port: 6006,
// url: 'http://127.0.0.1:3000',
// reuseExistingServer: !process.env.CI,
Expand Down
Loading

0 comments on commit 03d6329

Please sign in to comment.