mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-13 02:40:22 -05:00
55 lines
2.5 KiB
YAML
55 lines
2.5 KiB
YAML
name: "🐛 Bug report"
|
|
description: Report a bug found while using Cypress.
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## If you are a customer of Cypress Cloud please utilize our [Support Portal](https://www.cypress.io/support/) for our fastest support!
|
|
|
|
### Have a question? 👉 [Ask in chat](https://on.cypress.io/chat) or [start a new discussion](https://github.com/cypress-io/cypress/discussions).
|
|
Issues in the Cypress repo are reserved for bugs and feature requests only. Questions on how to use Cypress will be closed.
|
|
- type: textarea
|
|
id: current-behavior
|
|
attributes:
|
|
label: Current behavior
|
|
description: Please provide a description including screenshots, stack traces, etc. [Troubleshooting tips](https://docs.cypress.io/app/references/troubleshooting).
|
|
placeholder: Currently...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: desired-behavior
|
|
attributes:
|
|
label: Desired behavior
|
|
description: Remember, we're not familiar with the app you're testing, so please provide a clear description of what should happen.
|
|
placeholder: In this situation, Cypress should...
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Test code to reproduce
|
|
description: Please provide a failing test or repo we can run. You can fork [this repo](https://github.com/cypress-io/cypress-test-tiny), set up a failing test, then link to your fork. If you have never done this before, watch [this video](https://youtu.be/NnriKHmj5T8) for example.
|
|
placeholder: Here is my failing test code and the app code to run the tests on...
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Cypress Version
|
|
description: What version of Cypress are you running? Run `cypress version` to see your current version. If possible, please update Cypress to the latest version first.
|
|
placeholder: ex. 10.3.1
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: debug-logs
|
|
attributes:
|
|
label: Debug Logs
|
|
description: Please run Cypress in [debug mode](https://docs.cypress.io/guides/references/troubleshooting#Print-DEBUG-logs) and print the entire set of logs here. This will often make it easier for Cypress developers to help in debugging your problem.
|
|
placeholder: Debug logging output
|
|
render: shell
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: other
|
|
attributes:
|
|
label: Other
|
|
placeholder: Any other details?
|