Parameter Resolver: TestReporter
Explore how to use the TestReporter parameter in JUnit 5 to publish additional test execution data as key-value pairs. Understand how this data can be viewed in IDEs and reports to improve test feedback and diagnostics.
We'll cover the following...
We'll cover the following...
The TestReporter parameter
The org.junit.jupiter.engine.extension.TestReporterParameterResolver resolver resolves parameters of type org.junit.jupiter.api.TestReporter. The TestReporter parameter publishes additional data ...