From cc7dee21e6a035677b80b1c926ada7c947df8e42 Mon Sep 17 00:00:00 2001 From: Emanuele Minotto Date: Sat, 21 Mar 2026 18:44:09 +0100 Subject: [PATCH] Add skipper-java --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9b442ce..5271c883 100644 --- a/README.md +++ b/README.md @@ -1200,6 +1200,7 @@ _Other stuff related to testing._ - [pojo-tester](https://www.pojo.pl) - Automatically performs tests on basic POJO methods. (LGPL-3.0-only) - [raml-tester](https://github.com/nidi3/raml-tester) - Tests if a request/response matches a given RAML definition. - [Selfie](https://github.com/diffplug/selfie) - Snapshot testing (inline and on disk). +- [skipper-java](https://github.com/get-skipper/skipper-java) - Real-time test execution control via Google Spreadsheet, enabling instant toggle without code changes. - [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.