v1.2.0: feat: store screenshots and videos as test artifacts on CircleCI
stores any generated screenshots and videos locally on CircleCI as test artifacts.
Example
version: 2.1
orbs:
cypress: cypress-io/[email protected]
workflows:
build:
jobs:
- cypress/run:
store_artifacts: true