generated from mmisty/cypress-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 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,42 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behaviour: | ||
1. '...' | ||
2. '...' | ||
|
||
**Expected behaviour** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Actual behaviour** | ||
A clear and concise description of what you receive | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- language [ javascript / typescript ] | ||
- Browser [e.g. chrome, safari] | ||
- @mmisty/cypres-allure-adapter version [e.g. 2.0.1] | ||
- cypress version [e.g. 13.12.0] | ||
- OS: [e.g. iOS] | ||
|
||
**Attachments** | ||
- setup file [`e2e.js` / `e2e.ts`/ `setup/index.ts`, `setup/index.js`] | ||
- plugins file [`cypress.config.js` / `cypress.config.ts` / `plugins/index.ts`/`plugins/index.js`] | ||
- `package.json` | ||
- `cypress.env.json` (if any) | ||
|
||
|
||
**Additional context** | ||
Add any other context about the problem here. |