From 144c83368d18ac9a9622e7e7dabad7a709f7a49d Mon Sep 17 00:00:00 2001 From: Albilu Date: Sat, 6 Jun 2026 18:43:24 +0200 Subject: [PATCH] Add test-watch-maven-plugin to Testing > Miscellaneous A Maven plugin providing Vitest-inspired watch mode for tests with smart selection and parallel execution. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3ebb8e4..76768fd1 100644 --- a/README.md +++ b/README.md @@ -1224,6 +1224,7 @@ _Other stuff related to testing._ - [Stebz](https://github.com/stebz/stebz) - Multi-approach framework for test steps managing. - [Testcontainers](https://github.com/testcontainers/testcontainers-java) - Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. - [Java Evolved](https://javaevolved.github.io/) - Side-by-side comparisons of legacy and modern Java patterns. +- [test-watch-maven-plugin](https://github.com/albilu/test-watch-maven-plugin) - Maven plugin providing Vitest-inspired watch mode for tests with smart selection and parallel execution. #### Mocking