mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
---
|
|
name: Test Addition
|
|
about: Submit a new test, either unit or end-to-end (E2E), for review and inclusion
|
|
---
|
|
|
|
## Description
|
|
|
|
<!--- Provide a clear and concise description of the new test you are adding. -->
|
|
<!--- Explain the purpose of the test and what it aims to validate. -->
|
|
|
|
## Related Issue
|
|
|
|
<!--- If this test addition is related to a specific issue, reference it here using #issue_number. -->
|
|
<!--- For example, "Fixes #123" or "Addresses #456". -->
|
|
|
|
## Test Details
|
|
|
|
<!--- Describe the details of the test you're adding. -->
|
|
<!--- Include information about inputs, expected outputs, and any specific scenarios. -->
|
|
|
|
- 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
|
|
|
|
<!--- Please check the boxes that apply to this pull request. -->
|
|
<!--- You can add or remove items as needed. -->
|
|
|
|
- [ ] 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.
|
|
|
|
## Additional Notes
|
|
|
|
<!--- Provide any additional context or notes for the reviewers. -->
|
|
<!--- This might include explanations about the testing approach or any potential concerns. -->
|