Skip to content

feat: setup cypress e2e testing #3

feat: setup cypress e2e testing

feat: setup cypress e2e testing #3

Workflow file for this run

name: Cypress Tests
on:
pull_request:
push:
branches:
- main
- feat/9253-introduce-cypress-e2e-integration-tests
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v3
- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
runCmd: cd web && yarn test:e2e:ci