mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
improve
This commit is contained in:
parent
d3305f8086
commit
bacafa2ffc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user