try and zip the & see if adding 'assert' polyfill helps

This commit is contained in:
Norbert de Langen 2022-02-02 09:28:09 +01:00
parent f04451bd9c
commit 45b8257d81
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762
2 changed files with 8 additions and 4 deletions

View File

@ -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:

View File

@ -246,7 +246,7 @@ export default async (options: Options & Record<string, any>): Promise<Configura
},
fallback: {
path: require.resolve('path-browserify'),
assert: false,
assert: require.resolve('assert/'),
},
},
optimization: {