jenkinsci / jenkinsci/junit-plugin
Testcases marked by behave's reporter with status Untested are considered Passed
- Dominant language
- Java
- Stars
- 87
- Forks
- 351
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
When generating the xml files from behave's junit reporter , if a feature has not been executed for instance because a Runtime Error has been generated in a hook and the execution stopped,all the testcases within the feature are reported as **untested**. In the example the feature has 275 testcases, none of which have been executed.

After recording the xml data in Jenkins , these scenarios are considered **Passed** by default

Shouldn't they be considered skipped instead?
### Version report
Jenkins version: 2.263.1
Junit plugin version: 1.47
Contributor guide
Assessment
This issue has not been assessed yet.