Skip to content

Add command to save a reference to the active element (#298) #1039

Add command to save a reference to the active element (#298)

Add command to save a reference to the active element (#298) #1039

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npx lockfile-lint --path package-lock.json --validate-https
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
with:
node-version: 18
- run: npm install
- uses: david-tejada/puppeteer-headful@master
with:
args: npm test