Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 306 Bytes

playwright.md

File metadata and controls

8 lines (7 loc) · 306 Bytes

Playwright

  1. cd apps/playwright && docker compose up
  2. Open a second terminal
  3. npx --workspace=packages/database prisma db push --skip-generate
  4. npx turbo run build
  5. npx --workspace=apps/playwright playwright install --with-deps
  6. npx --workspace=apps/playwright playwright test --ui