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
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -7,28 +7,28 @@ assignees: ''
7
7
---
8
8
9
9
**Logs and screenshots**
10
-
Please provide debug logs by running Cypress from the terminal with `DEBUG=code-coverage` environment variable set, see the [Debugging](https://github.com/cypress-io/code-coverage#debugging) section of the README file.
10
+
Please provide debug logs by running Cypress from the terminal with `DEBUG=code-coverage` environment variable set. See the [Debugging](https://github.com/cypress-io/code-coverage#debugging) section of the README file.
11
11
12
12
**Versions**
13
13
14
-
- What is this plugin's version? If this is NOT the latest [released version](https://github.com/cypress-io/code-coverage/releases) can you try the latest version, please?
15
-
- If the plugin worked before in version X, but stopped after upgrading to version Y, please try the [released versions](https://github.com/cypress-io/code-coverage/releases) between X and Y to see where the breaking change was.
16
-
- What is Cypress version?
14
+
- What is this plugin's version? If this is NOT the latest [released version](https://github.com/cypress-io/code-coverage/releases), can you try the latest version, please?
15
+
- If the plugin worked before in version X but stopped after upgrading to version Y, please try the [released versions](https://github.com/cypress-io/code-coverage/releases) between X and Y to see where the breaking change was.
16
+
- What is the Cypress version?
17
17
- What is your operating system?
18
18
- What is the shell?
19
19
- What is the Node version?
20
20
- What is the NPM version?
21
-
- How do you instrument your application? Cypress [does not instrument web application code](https://github.com/cypress-io/code-coverage#instrument-your-application), so you need to do it yourself.
22
-
- When running tests, if you open the web application in regular browser, and open DevTools, do you see `window.__coverage__` object? Can you paste a screenshot?
23
-
- Is there `.nyc_output` folder? Is there `.nyc_output/out.json` file. Is it empty? Can you paste at least part of it so we can see the keys and file paths?
24
-
- Do you have any custom NYC settings in `package.json` (`nyc` object) or in other [NYC config files](https://github.com/istanbuljs/nyc#configuration-files)
21
+
- How do you instrument your application? Cypress [does not instrument web application code](https://github.com/cypress-io/code-coverage#instrument-your-application), so you must do it yourself.
22
+
- When running tests, if you open the web application in a regular browser and open DevTools, do you see `window.__coverage__` object? Can you paste a screenshot?
23
+
- Is there a `.nyc_output` folder? Is there a `.nyc_output/out.json` file? Is it empty? Can you paste at least part of it so we can see the keys and file paths?
24
+
- Do you have any custom NYC settings in `package.json` (`nyc` object) or in other [NYC config files](https://github.com/istanbuljs/nyc#configuration-files)?
25
25
- Do you run Cypress tests in a Docker container?
26
26
27
27
**Describe the bug**
28
28
A clear and concise description of what the bug is.
29
29
30
30
**Link to the repo**
31
-
Bugs with a reproducible example, like an opensource repo showing the bug, are the most likely to be resolved.
31
+
Bugs with a reproducible example, like an open-source repo showing the bug, are the most likely to be resolved.
32
32
33
33
**Example**
34
34
See [#217](https://github.com/cypress-io/code-coverage/issues/217) that is an excellent bug report example
0 commit comments