mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
1.4 KiB
1.4 KiB
name, about
| name | about |
|---|---|
| Test Addition | Submit a new test, either unit or end-to-end (E2E), for review and inclusion |
Description
Related Issue
Test Details
- Test Name: Name of the test
- Type: [Unit / E2E]
- Description: Brief description of what the test checks
- Inputs: What inputs the test uses (if applicable)
- Expected Output: What output or behavior the test expects
Checklist
- I have written the new test and ensured it works as intended.
- I have added necessary documentation to explain the purpose of the test.
- I have followed the project's testing guidelines and coding style.
- I have addressed any review feedback from previous submissions, if applicable.