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
Test Runner for Java is a lightweight extension to run and debug Java test cases in Visual Studio Code. It works with Language Support for Java by Red Hat to provide comprehensive Java testing capabilities.
4
+
5
+
## Features
6
+
- Run & Debug JUnit/TestNG Test Cases
7
+
- Test discovery and execution
8
+
- Test result visualization
9
+
- Integration with Java project structure
10
+
- Support for Maven and Gradle projects
11
+
12
+
## Label
13
+
When labeling an issue, follow the rules below per label category:
14
+
### General Rules
15
+
- Analyze if the issue is related with the scope of Java testing functionality in VS Code. If not, STOP labelling IMMEDIATELY.
16
+
- Assign label per category.
17
+
- If a category is not applicable or you're unsure, you may skip it.
18
+
- Do not assign multiple labels within the same category, unless explicitly allowed as an exception.
19
+
20
+
### Issue Type Labels
21
+
-[bug]: Primary label for real bug issues
22
+
-[enhancement]: Primary label for enhancement issues
23
+
-[documentation]: Primary label for documentation issues
24
+
-[question]: Primary label for question issues
25
+
26
+
### Test Framework Labels
27
+
-[junit]: Issues specific to JUnit test framework
28
+
-[testng]: Issues specific to TestNG test framework
29
+
30
+
### Project Type Labels
31
+
-[maven]: Issues related to Maven projects
32
+
-[gradle]: Issues related to Gradle projects
33
+
34
+
### Component Labels
35
+
-[test-discovery]: Issues related to finding and discovering tests
36
+
-[test-execution]: Issues related to running tests
37
+
-[test-debugging]: Issues related to debugging tests
38
+
-[test-reporting]: Issues related to test results and reporting
39
+
-[ui]: Issues related to user interface and experience
40
+
41
+
### Priority Labels
42
+
-[high-priority]: Critical issues that significantly impact functionality
43
+
-[low-priority]: Nice-to-have improvements or minor issues
44
+
45
+
### Status Labels
46
+
-[waiting-for-user-info]: Waiting for additional information from the user
47
+
-[investigating]: Issue is being investigated
48
+
-[needs-reproduction]: Issue needs to be reproduced
49
+
-[fixed-next-release]: Issue has been fixed and will be in the next release
0 commit comments