From 67629fbb4e1dcedcdc3eddb3f97a8ac1fed8efdb Mon Sep 17 00:00:00 2001 From: Que3216 Date: Mon, 7 Aug 2023 10:52:25 +0100 Subject: [PATCH] Add additional testing tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9497892..2e4bba8 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,5 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Testing - [Carbonate](https://carbonate.dev/) — End-to-end testing using natural language. Integrates into your existing test suite (currently Jest, PHPUnit and Python's unittest). +- [Meticulous.ai](https://www.meticulous.ai/) - Automatically generated, automatically maintained end-to-end tests: as your app evolves so does your test suite. +- [DiffBlue](https://www.diffblue.com/) - Automatically generated unit tests for Java.