jenkinsci / jenkinsci/junit-plugin

Testcases marked by behave's reporter with status Untested are considered Passed

Open
#262 2 comments 0 reactions 0 assignees View on GitHub
question
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.
![Captura de pantalla 2021-03-22 a las 16 35 39](https://user-images.githubusercontent.com/57129879/112145726-01d88d80-8bdb-11eb-97b3-ecc888005532.png)

After recording the xml data in Jenkins , these scenarios are considered **Passed** by default
![Captura de pantalla 2021-03-23 a las 13 26 52](https://user-images.githubusercontent.com/57129879/112146117-79a6b800-8bdb-11eb-9566-36ab4d0cb234.png)

Shouldn't they be considered skipped instead?

### Version report
Jenkins version: 2.263.1
Junit plugin version: 1.47

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.