junit-plugin icon indicating copy to clipboard operation
junit-plugin copied to clipboard

Allows JUnit-format test results to be published

Results 75 junit-plugin issues
Sort by recently updated
recently updated
newest added

See https://github.com/mdealer/junit-plugin/releases/tag/junit-1.63.2-refactor-test-history TL;DR: - Major performance and usability improvements to the test history file storage, history charts and test failure age computation. TODOs: - [x] Make sure you are opening...

### 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...

enhancement

### What feature do you want to see added? Warnings-NG has two parameters: "id" and "name" (https://www.jenkins.io/doc/pipeline/steps/warnings-ng/#recordissues-record-compiler-warnings-and-static-analysis-results) that allow you to have separate reports. junit has "checksName", that allow you...

enhancement

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/cd.yaml...

### What feature do you want to see added? It would be nice if the STDOUT/STDERR snippets in test error views would get the same treatment as the console of...

enhancement

### What feature do you want to see added? I would highly appreciate if one could pass in job parameter value to the junitxml path plugin in a freestyle project....

enhancement

### What feature do you want to see added? I have a pipeline that when it's executed can test multiple projects and on every run the system under test could...

enhancement

### What feature do you want to see added? JUnit 5 can output multiple system-out (and system-err) tags per testcase tag. It would be useful if the plugin would pick...

enhancement

### What feature do you want to see added? When viewing the set of test results for a run, tests are displayed by sorting them alphabetically. Instead, I'd greatly prefer...

enhancement

### What feature do you want to see added? In my tests, I sometimes output multiline failure messages. This is useful, for example, when a test is comparing json output....

enhancement