You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report a bug found while using Cypress.
3
-
body:
4
-
- type: markdown
5
-
attributes:
6
-
value: |
7
-
Have a question? 👉 [Start a new discussion](https://github.com/cypress-io/cypress/discussions) or [ask in chat](https://on.cypress.io/discord).
8
-
- type: textarea
9
-
id: current-behavior
10
-
attributes:
11
-
label: Current behavior
12
-
description: A description including screenshots, stack traces, DEBUG logs, etc. [Troubleshooting tips](https://on.cypress.io/troubleshooting).
13
-
placeholder: Currently...
14
-
validations:
15
-
required: true
16
-
- type: textarea
17
-
id: desired-behavior
18
-
attributes:
19
-
label: Desired behavior
20
-
description: Remember, we're not familiar with the app you're testing, so please provide a clear description of what should happen.
21
-
placeholder: In this situation, Cypress should...
22
-
- type: textarea
23
-
id: reproduction
24
-
attributes:
25
-
label: Test code to reproduce
26
-
description: 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.
27
-
placeholder: Here is my failing test code and the app code to run the tests on...
28
-
validations:
29
-
required: true
30
-
- type: input
31
-
id: version
32
-
attributes:
33
-
label: Cypress Version
34
-
description: Run `cypress version` to see your current version. If possible, please update Cypress to the latest version first.
0 commit comments