Skip to content

Commit aa73841

Browse files
committed
add notes to github issue template
1 parent 4cd4d26 commit aa73841

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Please provide debug logs by running Cypress from the terminal with `DEBUG=code-
1717
- What is the shell?
1818
- What is the Node version?
1919
- What is the NPM version?
20+
- 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.
21+
- 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?
2022
- 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?
2123
- 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)
2224
- Do you run Cypress tests in a Docker container?

0 commit comments

Comments
 (0)