getappmap / getappmap/appmap-java
Not include Junit5 @ParameterizedTest
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 88
- Forks
- 17
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 1
Description
latest appmap ignore the test annotate with @ParameterizedTest
Maven Configuration:
<plugin>
<groupId>com.appland</groupId>
<artifactId>appmap-maven-plugin</artifactId>
<version>1.2.1</version>
<dependencies>
<dependency>
<groupId>com.appland</groupId>
<artifactId>appmap-agent</artifactId>
<version>1.15.1</version>
</dependency>
</dependencies>
<executions>
<execution>
<phase>process-test-classes</phase>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
</executions>
</plugin>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the report with the supplied Maven configuration and a JUnit 5 test annotated with @ParameterizedTest. Then locate the agent's JUnit 5 test-discovery path and add coverage for parameterized tests. Done means those tests are included in the generated AppMap output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100