From 1944befefb4b36c97123edbc663d895554059a6b Mon Sep 17 00:00:00 2001 From: SparshKesari Date: Wed, 22 Jul 2026 18:33:25 +0530 Subject: [PATCH] Add Kane CLI to Automated Testing Tools --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cb50073..a0b4803 100644 --- a/readme.md +++ b/readme.md @@ -37,6 +37,7 @@ - [Jest](https://jestjs.io/) - Open-source JavaScript testing framework, written in TypeScript and developed by Facebook. It supports testing with Babel, TypeScript, Node, React, Angular, Vue and much more! - [Jumpstarter](https://github.com/jumpstarter-dev/jumpstarter) - A hardware-in-the-loop testing framework for cloud-native CI/CD pipelines. - [JUnit](https://junit.org/) - Open-source unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development and is one of a family of unit testing frameworks which is collectively known as xUnit. +- [Kane CLI](https://www.testmuai.com/kane-cli/) - AI-powered browser testing tool. Describe a test as a natural-language objective and it runs in a real browser with vision-based waiting and self-healing, returning pass/fail results with shareable run evidence. - [Karate](https://github.com/karatelabs/karate) - Open-source tool to combine API test-automation, mocks, performance-testing and even UI automation into a single, unified framework. The BDD syntax popularized by Cucumber is language-neutral, and easy for even non-programmers. Assertions and HTML reports are built-in, and you can run tests in parallel for speed. - [Karma](https://karma-runner.github.io) - Can also watch your development files for changes and re-run the tests automatically. Karma lets us run Jasmine tests as part of a development tool chain which requires tests to be runnable and results inspectable via the command line. It's not necessary to know the internals of how Karma works. - [Katalon Studio](https://www.katalon.com/) - Test automation solution for web, mobile, and web services, built on top of the Selenium and Appium frameworks.