Skip to content

Implement end-to-end testing with Cypress #3

Implement end-to-end testing with Cypress

Implement end-to-end testing with Cypress #3

Workflow file for this run

name: End-to-end tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
browser: chrome
config: baseURL=https://${{ github.event.pull_request.number }}.development.scrumlr.fra.ics.inovex.io