From aaf0fdacc685ec71b9f3d8549bf39dfcf13d6223 Mon Sep 17 00:00:00 2001 From: Lewis Date: Sun, 6 Aug 2023 16:11:25 +0100 Subject: [PATCH 1/2] Adds carbonate.dev to testing section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 16af4e8..419d083 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Agent platforms](#agent-platforms) - [OpenAI plugins](#openai-plugins) - [Search](#search) +- [Testing](#testing) ## IDEs @@ -80,3 +81,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Bloop](https://bloop.ai/) — Natural language search for repositories. - [Buildt](https://www.buildt.ai/) — Natural language search for repositories. Waitlist. + +## 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) From eb03cdc0a9d236add0e6424b6a7bf84b34653c39 Mon Sep 17 00:00:00 2001 From: Lewis Date: Sun, 6 Aug 2023 16:14:21 +0100 Subject: [PATCH 2/2] Add missing fullstop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 419d083..9497892 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,4 @@ 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) +- [Carbonate](https://carbonate.dev/) — End-to-end testing using natural language. Integrates into your existing test suite (currently Jest, PHPUnit and Python's unittest).