junit4git
junit4git copied to clipboard
Junit Extensions for Test Impact Analysis
Added the below to `build.gradle.kts` (Note that without this change the same set of commands below do work, so this is indicative of a problem that adding the below dependency...
I tried to use junit4git with junit5 on my jvm 17 project and it seems the the classpath context of my application doesn't pass to the agent's thread and I...
I love the concept but we are tied to TestNG. Could we get a port? I assume there would be a lot of common code.
When I tried to use Junit4Git for JUnit4 with agent and gradle. gradle is unable to find agent and shows below error: Could not find org.walkmod:junit4git-agent:1.3. Searched in the following...
I checked, but couldn't find it in https://mvnrepository.com/artifact
For example, when users upgrade their dependencies in a build.gradle file, all tests must be executed.
First of all, great work with the project! Repro steps: * create the initial report * make no changes, remain on `master` branch * re-run the tests * all the...
This is great but it's difficult to use as-is due to other system running on the hardcoded port. Is the configurable port something that you could add in the near...
It would be great if the base branch could be customisable. Again, is this something that you could add in the near future?
I want to integrate this with Spock and we are not using any runner explicitly. We have 500+ Spec classes and we are not using @RunWith explicitly. How to integrate...