Skip to content

bump: testcafe up to 3.7.0 #103

bump: testcafe up to 3.7.0

bump: testcafe up to 3.7.0 #103

Workflow file for this run

name: Authentication
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: DevExpress/testcafe-build-system/actions/prepare@main
with:
node-version: '16'
- name: Kerberos auth example
run: npm run kerberos-auth
- name: Auth with certificates
run: npm run certificate-auth