Skip to content

docs(readme): update documentation formatting and content #4

docs(readme): update documentation formatting and content

docs(readme): update documentation formatting and content #4

Workflow file for this run

name: Playwright Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npx playwright install --with-deps
- run: npx playwright test