Skip to content

Commit

Permalink
docs(test): πŸ“ templates-e2e-playwright-unit-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
krsiakdaniel committed Dec 14, 2024
1 parent ecc950e commit 72227f4
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/test-e2e-playwright.md
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.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/test-unit-jest.md
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.

0 comments on commit 72227f4

Please sign in to comment.