Skip to content

Feature/junit reporter fix #2

Feature/junit reporter fix

Feature/junit reporter fix #2

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm install
- run: npx playwright install --with-deps chromium
- run: npm test