You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/playwright
Bob Develop 2afbabed16
feat(templates): add visibility column (private default, creator-only)
2 weeks ago
..
tests feat(templates): add visibility column (private default, creator-only) 2 weeks ago
.gitignore test(playwright): scaffold e2e + version display spec 2 weeks ago
README.md test(playwright): scaffold e2e + version display spec 2 weeks ago
package.json test(playwright): scaffold e2e + version display spec 2 weeks ago
playwright.config.ts test(playwright): scaffold e2e + version display spec 2 weeks ago

README.md

DocuSeal Playwright Tests

End-to-end tests for DocuSeal fork features.

Setup

cd playwright
npm install
npm run install:browsers

Running

# Against local dev server (http://localhost:3000)
npm test

# Against UAT
PLAYWRIGHT_BASE_URL=https://docuseal-uat.example.com npm test

# Headed / debug UI
npm run test:headed
npm run test:ui

Env vars

  • PLAYWRIGHT_BASE_URL — explicit target URL (overrides everything)
  • DOCUSEAL_UAT_URL — default UAT URL when PLAYWRIGHT_BASE_URL absent
  • DOCUSEAL_ADMIN_EMAIL / DOCUSEAL_ADMIN_PASSWORD — credentials for login helpers

Layout

One spec per feature (mirrors PLAN.md version numbering):

  • v0.4.0-version-display.spec.ts
  • v0.1.0-config-overrides.spec.ts
  • ...