Pedro Javier Martos Velasco

Results 4 issues of Pedro Javier Martos Velasco

When using skippy for test impact analysis together with JUnit 5 tests, we're observing unpredictable coverage, wrong test classes being marked for execution, and test classes being skipped when they...

Skippy appears to not be taking into account that test classes may contain nested classes (e.g. JUnit 5 test classes annotated with `@Nested`) that in turn may contain test methods...

Skippy appears to not be taking into account that test classes may contain nested classes (e.g. classes annotated with `@Nested`) that in turn may contain test methods of their own...

Easily reproducible with this project: https://github.com/pjmartos/skippy-nochanges-test **Steps** 1. Clone the repository (requires Maven + Java 17) 2. Run `mvn clean install`, make sure the one unit test in the project...