jenkinsci / jenkinsci/junit-plugin
Allow to exclude paths from testResults
Open
enhancement
- Dominant language
- Java
- Stars
- 87
- Forks
- 351
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
### What feature do you want to see added?
Example, when I defined:
```
junit testResults: '...,**/target/invoker-reports/TEST*.xml'
```
All reports generated by maven-invoker-plugin will be parsed ... but it also contains directory for IT test itself, so when I have m-invoker-p in test I have path, like:
```
target/it/fail-build/target/invoker-reports/...
```
The possibility to exclude path like:
```
target/it/**/target/invoker-reports/
```
will be appreciated
### Upstream changes
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.