From 409626821c6c223d4290af2c143391fa33d17c74 Mon Sep 17 00:00:00 2001 From: Dariusz Suchojad <553332+dsuch@users.noreply.github.com> Date: Sun, 5 May 2024 12:43:48 +0200 Subject: [PATCH] Moving Zato API Test to the correct directory (#60) * Adding Zato API Test. * Moving Zato API Test to the correct category. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4488b94..3767f34 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ Finally, I'm sure everyone who reads this list has one thing they want to add. P ### Security - [BeEF](http://beefproject.com/) - Manipulate the browser exploiting any XSS vulns you find. - [OWASP ZAP](https://github.com/zaproxy/zaproxy) - This intercepting proxy allows you to see all HTTP traffic and manipulate it in real time. Easy to scan, catalog and exploit security issues. -- [Zato API Test](https://zato.io/en/docs/3.2/api-testing/index.html) - API testing in pure English. No programming needed. Implemented and extendable in Python. ### Make your life easier - [GoodLooks](https://github.com/dashcamio/goodlooks) - Visually validate Playwright tests using AI vision instead of flaky selectors. @@ -61,6 +60,7 @@ Finally, I'm sure everyone who reads this list has one thing they want to add. P - [Replayable](https://replayable.io) - Desktop dashcam that helps you capture unexpected bugs during manual testing. - [RestQA](https://github.com/restqa/restqa) - A REST API testing Framework based on ghekin to manage microservice local testing using the best in class Developer experience. - [playwright-bdd](https://github.com/vitalets/playwright-bdd) - A module for running Behaviour-Driven Development (BDD) tests with Playwright runner. +- [Zato API Test](https://zato.io/en/docs/3.2/api-testing/index.html) - API testing in pure English. No programming needed. Implemented and extendable in Python. ### Web3 and Blockchain - [Dapp.tools](https://dapp.tools/) - Command line tools and smart contract libraries for Ethereum smart contract development.