Skip to content

allow inferring group itSnapshots key from function name #11

allow inferring group itSnapshots key from function name

allow inferring group itSnapshots key from function name #11

Workflow file for this run

name: tests
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: run test
run: |
npm ci
npx playwright install --with-deps
npm run test:all