From 12f39acf494b7f8de1fbf564299fbf1296fb98b5 Mon Sep 17 00:00:00 2001 From: Iddan Aaronsohn Date: Tue, 2 Dec 2025 16:02:28 +0200 Subject: [PATCH] Add Suites testing framework to Testing Frameworks section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7a7d09c..630401b0 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [ava](https://github.com/avajs/ava) - 🚀 Futuristic JavaScript test runner * [Cypress](https://www.cypress.io/) - Complete end-to-end testing framework for anything that runs in a browser and beyond. * [WebdriverI/O](https://webdriver.io/) - Next-gen browser and mobile automation test framework for Node.js +* [Suites](https://suites.dev) - A unit-testing framework for backends working with inversion of control and dependency injection ### Assertion