Mediator is an open-source API testing tool designed to simplify and enhance the testing of REST APIs. It is currently in its early stages of development and is actively seeking contributors and user feedback.
- Simple and Intuitive: Mediator provides an easy-to-use interface for creating and managing API test cases.
- REST API Testing: Currently, Mediator focuses on testing REST APIs, allowing you to send requests, validate responses, and perform assertions.
- Contributor-Friendly: We welcome contributions from the community to enhance and expand the functionality of Mediator.
-
Installation: Clone this repository and install the required dependencies using
npm install
. -
Usage: Create your API test cases in the
tests
directory using the provided syntax (documentation link). Run tests using the commandnpm test
.
Documentation page currently not created as this project is in its early stages. We welcome contributions.
We appreciate your interest in contributing to Mediator! To contribute:
-
Fork this repository and clone it to your local machine.
-
Create a new branch for your feature/bugfix:
git checkout -b feature/awesome-feature
orgit checkout -b bugfix/issue-fix
. -
Make your changes, commit them, and push to your forked repository.
-
Create a pull request to the
main
branch of this repository.
Mediator is released under the MIT License.
For any questions or inquiries, reach out to us at vishnuxx.
We thank you for considering Mediator for your API testing needs. Your feedback and contributions are invaluable to us as we strive to enhance this tool and make it a powerful resource for the development community.