From ed3b55125edc5bee5c4f8f4a0dcae431c9d7770d Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Wed, 10 Aug 2022 16:38:50 +1000 Subject: [PATCH] Fix e2e test --- scripts/e2e-sandboxes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e-sandboxes.ts b/scripts/e2e-sandboxes.ts index b39402689b5..21854679e14 100644 --- a/scripts/e2e-sandboxes.ts +++ b/scripts/e2e-sandboxes.ts @@ -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('/', '-')}/`,