Skip to content

Merge pull request #777 from LINCnil/dependabot/npm_and_yarn/multi-01… #792

Merge pull request #777 from LINCnil/dependabot/npm_and_yarn/multi-01…

Merge pull request #777 from LINCnil/dependabot/npm_and_yarn/multi-01… #792

name: integration-tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
container:
image: cypress/browsers:latest
options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress
uses: cypress-io/github-action@v6
with:
start: yarn start
browser: chrome
headless: true
wait-on: http://localhost:4200
env: # Or as an environment variable
CYPRESS_URL: ${{ secrets.CYPRESS_URL }}
CYPRESS_ID: ${{ secrets.CYPRESS_ID }}
CYPRESS_SECRET: ${{ secrets.CYPRESS_SECRET }}