Skip to content

Commit 70e4942

Browse files
authored
Update issue templates (#13)
Update issue templates
1 parent ea730e0 commit 70e4942

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Description**
11+
12+
_Example:_ There are hundreds of error messages in the UTBot log. Looks like the problem is in the concrete executor.
13+
14+
**To Reproduce**
15+
16+
Steps to reproduce the behavior:
17+
18+
_Example:_
19+
20+
1. Run the 'X' project in IntelliJ Idea
21+
2. Use plugin to generate tests
22+
3. Open the generated test
23+
24+
**Expected behavior**
25+
26+
_Example:_ Tests are supposed to be generated.
27+
28+
**Actual behavior**
29+
30+
_Example:_ An error test is generated with information about errors in the concrete executor.
31+
32+
**Visual proofs (screenshots, logs, images)**
33+
34+
_Example:_
35+
~~~
36+
public void testFail_errors() {
37+
// Couldn't generate some tests. List of errors:
38+
//
39+
// 684 occurrences of:
40+
// Concrete execution failed
41+
}
42+
~~~
43+
44+
**Environment**
45+
46+
Test framework:
47+
48+
Java:
49+
50+
Mockito:
51+
52+
- [ ] Other packages
53+
- [ ] Other classes
54+
- [ ] Static mocking
55+
56+
Test:
57+
58+
- [ ] Parametrized
59+
60+
**Additional context**
61+
62+
Add any other context about the problem here.

0 commit comments

Comments
 (0)