Fix e2e test

This commit is contained in:
Tom Coleman 2022-08-10 16:38:50 +10:00
parent f5c15f3d5b
commit ed3b55125e

View File

@ -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('/', '-')}/`,