Skip to content

explicitly list tests in workflows #225

explicitly list tests in workflows

explicitly list tests in workflows #225

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" browse-periods local-database view-authority
env:
CI: true
HOST: https://client.staging.perio.do