Skip to content

release new version #24

release new version

release new version #24

Workflow file for this run

name: E2E Tests
on: pull_request
jobs:
cypress-run:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm run storybook
browser: chrome
headed: true
wait-on: http://localhost:6006
config: viewportWidth=1000,viewportHeight=660