Skip to content

feat(playwright)/new api: .clear(), .blur(), .focus() #1730

feat(playwright)/new api: .clear(), .blur(), .focus()

feat(playwright)/new api: .clear(), .blur(), .focus() #1730

Workflow file for this run

name: Run Unit tests
on:
push:
branches:
- 3.x
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install --legacy-peer-deps
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
- run: npm test