apache / apache/maven-surefire
[SUREFIRE-1639] Add ability to configure TestExecutionListener
- Dominant language
- Java
- Stars
- 461
- Forks
- 588
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 19
Description
**[Vincent Massol](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vmassol)** opened **[SUREFIRE-1639](https://issues.apache.org/jira/browse/SUREFIRE-1639?redirect=false)** and commented
In a similar what that it was possible to configure RunListener with Junit4:
```
org.apache.maven.plugins
maven-surefire-plugin
listener
org.xwiki.test.CaptureConsoleRunListener
...
```
---
**Affects:** 2.22.1
2 votes, 2 watchers
Contributor guide
Research direction
The issue names no repository files or tests. Start by tracing how the Maven Surefire plugin reads the listener setting and comparing the existing JUnit 4 RunListener path with the requested TestExecutionListener behavior. Done means the supplied XML-style configuration works for TestExecutionListener implementations, with tests covering listener configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100