Skip to content

Ajout du code coverage & github actions πŸ‘· #1

Ajout du code coverage & github actions πŸ‘·

Ajout du code coverage & github actions πŸ‘· #1

Workflow file for this run

name: Test e2e
on:
pull_request
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v3
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run πŸ§ͺ
uses: cypress-io/github-action@v5
with:
# record: true
build: yarn build
start: yarn start
wait-on: 'http://localhost:3000'
wait-on-timeout: 180
# env:
# CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}