-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(test): π templates-e2e-playwright-unit-jest
- Loading branch information
1 parent
ecc950e
commit 72227f4
Showing
2 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
name: Test request - Playwright | ||
about: Template for new E2E test. | ||
title: 'test: β ' | ||
labels: Test - Playwright | ||
assignees: krsiakdaniel | ||
--- | ||
|
||
## Description | ||
|
||
Describe the purpose of the new test and what it aims to verify. | ||
|
||
## Benefits | ||
|
||
Explain the benefits this feature will have on the project. | ||
|
||
## Implementation | ||
|
||
Include steps and what is to be tested. | ||
|
||
## Code Example | ||
|
||
Provide a code example if applicable. | ||
|
||
```ts | ||
code_example | ||
``` | ||
|
||
## Tasks | ||
|
||
- [ ] ... | ||
- [ ] ... | ||
- [ ] ... | ||
|
||
## Acceptance Criteria | ||
|
||
- [ ] Test is implemented. | ||
- [ ] New test passes successfully. | ||
- [ ] Code is reviewed and approved through PR. | ||
|
||
## Screenshots | ||
|
||
Attach relevant screenshots if applicable. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
name: Test request - JEST | ||
about: Template for new UNIT test. | ||
title: 'test: β ' | ||
labels: Test - JEST | ||
assignees: krsiakdaniel | ||
--- | ||
|
||
## Description | ||
|
||
Describe the purpose of the new test and what it aims to verify. | ||
|
||
## Benefits | ||
|
||
Explain the benefits this feature will have on the project. | ||
|
||
## Implementation | ||
|
||
Include steps and what is to be tested. | ||
|
||
## Code Example | ||
|
||
Provide a code example if applicable. | ||
|
||
```ts | ||
code_example | ||
``` | ||
|
||
## Tasks | ||
|
||
- [ ] ... | ||
- [ ] ... | ||
- [ ] ... | ||
|
||
## Acceptance Criteria | ||
|
||
- [ ] Test is implemented. | ||
- [ ] New test passes successfully. | ||
- [ ] Code is reviewed and approved through PR. | ||
|
||
## Screenshots | ||
|
||
Attach relevant screenshots if applicable. |