playwright-testing

Installation
SKILL.md

Playwright E2E Testing Skill

Generate Playwright tests for Nav web applications. Covers page object pattern, authentication fixtures, accessibility testing, and CI configuration.

Getting Started

  1. Install Playwright and configure playwright.config.ts
  2. Create page objects for your app's pages
  3. Set up auth fixtures for Azure AD / MockOAuth2Server
  4. Write tests: navigation, forms, responsive, accessibility
  5. Add CI workflow in GitHub Actions

1. Project Setup

# Install Playwright
pnpm add -D @playwright/test
pnpm exec playwright install --with-deps chromium
Installs
1
GitHub Stars
2
First Seen
Jun 19, 2026
playwright-testing — navikt/sif-brukerdialog