jenkinsci / jenkinsci/junit-plugin

Allow to exclude paths from testResults

Open
#433 0 comments 0 reactions 0 assignees View on GitHub
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

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.