Skip to content

Commit 0e3062b

Browse files
committed
add more questions to the bug issue template
1 parent b303b80 commit 0e3062b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ title: ''
55
labels: ''
66
assignees: ''
77
---
8+
89
**Versions**
910

1011
- What is this plugin's version?
1112
- What is Cypress version?
1213
- What is your operating system?
1314
- What is the Node version?
1415
- What is the NPM version?
16+
- Is there `.nyc_output` folder? Is there `.nyc_output/out.json` file. Is it empty?
17+
- 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)
18+
- Do you run Cypress tests in a Docker container?
1519

1620
**Describe the bug**
1721
A clear and concise description of what the bug is.

0 commit comments

Comments
 (0)