mirror of https://github.com/docusealco/docuseal
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.
|
|
2 weeks ago | |
|---|---|---|
| .. | ||
| tests | 2 weeks ago | |
| .gitignore | 2 weeks ago | |
| README.md | 2 weeks ago | |
| package.json | 2 weeks ago | |
| playwright.config.ts | 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 whenPLAYWRIGHT_BASE_URLabsentDOCUSEAL_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.tsv0.1.0-config-overrides.spec.ts- ...