diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4b37604..127cf8a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -15,5 +15,7 @@ jobs: with: build: npm run build start: npm run storybook + browser: chrome + headed: true wait-on: http://localhost:6006 config: viewportWidth=1000,viewportHeight=660 \ No newline at end of file