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 5ff2af2 commit 57127c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions hi-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"devDependencies": {
"@playwright/test": "^1.46.1",
"@types/node": "^22.5.0"

},
"scripts": {}
}
11 changes: 6 additions & 5 deletions hi-test/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ export default defineConfig({
],

/* Run your local dev server before starting the tests */
// webServer: {
// command: 'npm run start',
// url: 'http://127.0.0.1:3000',
// reuseExistingServer: !process.env.CI,
// },
webServer: {
command: 'cd ../ && yarn storybook',
port: 6006,
// url: 'http://127.0.0.1:3000',
// reuseExistingServer: !process.env.CI,
},
})

0 comments on commit 57127c3

Please sign in to comment.