diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c4e5ec1d04..5f8e2f81762 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -268,16 +268,20 @@ jobs: name: Wait for registry command: yarn wait-on http://localhost:6000 - run: - name: run e2e tests + name: run e2e tests cra command: yarn test:e2e-framework --pnp cra - run: - name: run e2e tests + name: run e2e tests vue command: yarn test:e2e-framework --pnp sfcVue + - run: + name: prep artifacts + when: always + command: zip -r /tmp/storybook-e2e-testing-out.zip /tmp/storybook-e2e-testing - store_artifacts: path: /tmp/cypress-record destination: cypress - store_artifacts: - path: /tmp/storybook-e2e-testing + path: /tmp/storybook-e2e-testing-out.zip destination: e2e e2e-tests-examples: executor: diff --git a/lib/builder-webpack5/src/preview/iframe-webpack.config.ts b/lib/builder-webpack5/src/preview/iframe-webpack.config.ts index ddebd0a882f..8e86460d3c7 100644 --- a/lib/builder-webpack5/src/preview/iframe-webpack.config.ts +++ b/lib/builder-webpack5/src/preview/iframe-webpack.config.ts @@ -246,7 +246,7 @@ export default async (options: Options & Record): Promise