mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 05:21:06 +08:00
Try no index-json
This commit is contained in:
parent
42158d631a
commit
8495960bb8
@ -18,7 +18,7 @@ export const testRunner: Task = {
|
|||||||
|
|
||||||
const storybookController = await serveSandbox(builtSandboxDir, {});
|
const storybookController = await serveSandbox(builtSandboxDir, {});
|
||||||
|
|
||||||
await exec(`yarn test-storybook --url http://localhost:8001 --junit --index-json`, {
|
await exec(`yarn test-storybook --url http://localhost:8001 --junit`, {
|
||||||
...execOptions,
|
...execOptions,
|
||||||
env: {
|
env: {
|
||||||
JEST_JUNIT_OUTPUT_FILE: junitFilename,
|
JEST_JUNIT_OUTPUT_FILE: junitFilename,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user