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/test_request.md
+17-10Lines changed: 17 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,18 @@ about: Checklist of testing process
4
4
title: 'Manual testing of build#'
5
5
labels: 'ctg-qa'
6
6
assignees: ''
7
-
8
7
---
9
8
10
9
**Initial set-up**
11
10
12
11
*Check that the IntelliJ Idea UTBot plugin can be successfully installed*
13
12
14
-
-[ ] Choose appropriate workflow from the list (by default, filter by main branch and take the latest one) https://github.com/UnitTestBot/UTBotJava/actions/workflows/publish-plugin-and-cli.yml
13
+
-[ ] Choose appropriate [workflow from the list](https://github.com/UnitTestBot/UTBotJava/actions/workflows/build-and-run-tests.yml?query=branch%3Amain)
15
14
-[ ] Download plugin
16
15
-[ ] Check downloaded zip-file size < 100 MB
17
-
-[ ] Open IntelliJ IDE
16
+
-[ ] Open IntelliJ IDEA
18
17
-[ ] Remove previously installed UTBot plugin
19
-
-[ ] Clone or reuse UTBot project(https://github.com/UnitTestBot/UTBotJava.git)
18
+
-[ ] Clone or reuse [UTBot project](https://github.com/UnitTestBot/UTBotJava.git)
20
19
-[ ] Open the project in the IDE
21
20
-[ ] Install the downloaded plugin
22
21
@@ -29,27 +28,35 @@ assignees: ''
29
28
-[ ] Generate tests for the class
30
29
-[ ] Remove results
31
30
-[ ] Generate and Run test for a method
31
+
-[ ] Check only expected tests are red (failing on exceptions)
32
+
-[ ] Check there are no yellow tests (failing on asserts)
32
33
33
34
**Manual scenario #2**
34
35
35
36
-[ ] Use default plugin settings
36
37
-[ ] Open the utbot-sample/src/main/java/org/utbot/examples/mock/CommonMocksExample.java file
37
-
-[ ] Generate tests with different Mocking options combinations
38
+
-[ ] Generate and Run tests with different Mocking options
39
+
-[ ] Check only expected tests are red (failing on exceptions)
40
+
-[ ] Check there are no yellow tests (failing on asserts)
0 commit comments