jenkinsci / parallel-test-executor-plugin

Parallel test executor plugin
https://plugins.jenkins.io/parallel-test-executor/
50 stars 55 forks source link

Remove parameters from test case name #283

Closed Vlatombe closed 5 months ago

Vlatombe commented 5 months ago

Addresses https://github.com/jenkinsci/parallel-test-executor-plugin/pull/279#pullrequestreview-1928900887, afaik there is no current way to pass parameterized tests through maven-surefire-plugin, so we'll just use test cases.

Testing done

### Submitter checklist
- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [ ] Ensure that the pull request title represents the desired changelog entry
- [ ] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue