Skip to content

Merge pull request #227 from erm1116/bump/playwright-1.41.1 #10

Merge pull request #227 from erm1116/bump/playwright-1.41.1

Merge pull request #227 from erm1116/bump/playwright-1.41.1 #10

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