mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
Fix e2e test
This commit is contained in:
parent
f5c15f3d5b
commit
ed3b55125e
@ -29,7 +29,7 @@ async function run() {
|
||||
junit: undefined,
|
||||
scriptName: 'e2e',
|
||||
templateCommand: (template) => ({
|
||||
command: 'yarn playwright',
|
||||
command: 'yarn playwright test --reporter=junit',
|
||||
execaOptions: {
|
||||
env: {
|
||||
STORYBOOK_URL: `http://localhost:8001/${template.replace('/', '-')}/`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user