Skip to content

Merge pull request #58 from periodo/dependabot/npm_and_yarn/ms-2.1.2 #177

Merge pull request #58 from periodo/dependabot/npm_and_yarn/ms-2.1.2

Merge pull request #58 from periodo/dependabot/npm_and_yarn/ms-2.1.2 #177

Workflow file for this run

name: end-to-end tests
on: [ push, workflow_dispatch ]
jobs:
run-tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
browser: [ firefox ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: DevExpress/testcafe-action@v0.0.6
with:
args: >-
${{ matrix.browser }}
*/index.js
--hostname localhost
--retry-test-pages
--skip-js-errors
--selector-timeout 60000
env:
CI: true
HOST: https://client.staging.perio.do
ORCID_USER: ${{ secrets.ORCID_USER }}
ORCID_PASSWORD: ${{ secrets.ORCID_PASSWORD }}