From 8179a2875d598ca6667b1ef7c4bfd381b08a09c2 Mon Sep 17 00:00:00 2001 From: Dariusz Suchojad Date: Sat, 4 May 2024 18:18:28 +0200 Subject: [PATCH 1/2] Adding Zato API Test. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11b9bdf..4488b94 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ 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. From aa027c4b1e4e5771e9b40e49ffb10470756ecada Mon Sep 17 00:00:00 2001 From: Dariusz Suchojad Date: Sun, 5 May 2024 09:59:41 +0200 Subject: [PATCH 2/2] 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.