Skip to content

try to simplify and clarify the fragmented test situation #224

try to simplify and clarify the fragmented test situation

try to simplify and clarify the fragmented test situation #224

Workflow file for this run

name: end-to-end tests
on: [ push, workflow_dispatch ]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npx --yes update-browserslist-db@latest
- run: npx testcafe --hostname localhost --retry-test-pages --skip-js-errors --selector-timeout 60000 "chrome:headless" */index.js
env:
CI: true
HOST: https://client.staging.perio.do