This commit is contained in:
Norbert de Langen 2022-02-01 16:32:46 +01:00
parent d3305f8086
commit bacafa2ffc
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -269,10 +269,16 @@ jobs:
command: yarn wait-on http://localhost:6000 command: yarn wait-on http://localhost:6000
- run: - run:
name: run e2e tests name: run e2e tests
command: yarn test:e2e-framework --pnp sfcVue cra command: yarn test:e2e-framework --pnp cra
- run:
name: run e2e tests
command: yarn test:e2e-framework --pnp sfcVue
- store_artifacts: - store_artifacts:
path: /tmp/cypress-record path: /tmp/cypress-record
destination: cypress destination: cypress
- store_artifacts:
path: /tmp/storybook-e2e-testing
destination: e2e
e2e-tests-examples: e2e-tests-examples:
executor: executor:
class: small class: small