| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Motivation: TestLens is a new tool by the JUnit maintainers that helps to get flaky tests under control. It is free for open source projects. Modification: TestLens needs to instrument the maven POM files, so this adds a github action invocation to the PR builds that do that before running our maven builds. Result: TestLens is now enabled in our PR builds. (cherry picked from commit 7990444)
| Back | FazBrowse Home | New Git URL |
Auto-port of #17129 to 4.1
Cherry-picked commit: 7990444
Motivation:
TestLens is a new tool by the JUnit maintainers that helps to get flaky tests under control. It is free for open source projects.
Modification:
TestLens needs to instrument the maven POM files, so this adds a github action invocation to the PR builds that do that before running our maven builds.
Result:
TestLens is now enabled in our PR builds.