From 34f266e62e4b58d1e54a276c661f8a095d94478d Mon Sep 17 00:00:00 2001 From: Simranjeet Singh <12469462+singhs020@users.noreply.github.com> Date: Sat, 14 Sep 2024 11:25:53 +0530 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 588db6f..900aa93 100644 --- a/README.md +++ b/README.md @@ -147,3 +147,17 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file ## About Us This tool is developed and maintained by **[S25Digital](https://s25.digital)**. + +## Related Repository: + +- **spec-mate** + +For robust API testing and validation, check out **[spec-mate](https://github.com/S25Digital/spec-mate)**, developed by **S25Digital**. **spec-mate** is designed to simplify API testing with comprehensive assertion capabilities, allowing developers to validate status codes, headers, cookies, JSON bodies, and much more. + +With **spec-mate**, you can: +- Validate various aspects of API responses, including JSON paths, headers, and cookies. +- Write custom assertions to extend functionality for advanced API testing. +- Use pre- and post-request hooks for enhanced control and custom logic. +- Integrate with **mock-mate** to easily mock APIs while running tests with **spec-mate**. + +Combine **spec-mate** with **mock-mate** for a complete, end-to-end solution for mocking and testing APIs, making your testing workflows faster and more efficient.