Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
It is a super-agent driven library for testing node.js HTTP servers using a fluent API. It provides a high-level abstraction for testing HTTP, while still allowing you to drop down to the lower-level API provided by superagent. | It is a REST API testing framework offering a BDD testing style and fully exploiting promises. It allows you to write clear and comprehensive tests, ensuring JSON REST endpoints work correctly as you develop and in the future. |
HTTP assertions;Asynchronous;Promise support | Status codes;
Cookie presence and value;
Header presence and value;
JSON values;
Promise based;
Plugin support;
Custom assertions;
Exports results in a variety of formats;
Debugging support |
Statistics | |
GitHub Stars - | GitHub Stars 904 |
GitHub Forks - | GitHub Forks 93 |
Stacks 1.9K | Stacks 7 |
Followers 102 | Followers 14 |
Votes 0 | Votes 0 |
Integrations | |
| No integrations available | |

It is the only complete API development environment, used by nearly five million developers and more than 100,000 companies worldwide.

Mocha is a feature-rich JavaScript test framework running on node.js and the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases.

Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, Node.js projects, or anywhere that JavaScript can run.

Jest provides you with multiple layers on top of Jasmine.

Paw is a full-featured and beautifully designed Mac app that makes interaction with REST services delightful. Either you are an API maker or consumer, Paw helps you build HTTP requests, inspect the server's response and even generate client code.

Cypress is a front end automated testing application created for the modern web. Cypress is built on a new architecture and runs in the same run-loop as the application being tested. As a result Cypress provides better, faster, and more reliable testing for anything that runs in a browser. Cypress works on any front-end framework or website.

Combines API test-automation, mocks and performance-testing into a single, unified framework. The BDD syntax popularized by Cucumber is language-neutral, and easy for even non-programmers. Besides powerful JSON & XML assertions, you can run tests in parallel for speed - which is critical for HTTP API testing.

Appwrite's open-source platform lets you add Auth, DBs, Functions and Storage to your product and build any application at any scale, own your data, and use your preferred coding languages and tools.

Keep tabs on all aspects of your API's performance with uptime monitoring, integration testing, logging and real-time monitoring.

It is a modern end to end testing framework with a special BDD-style syntax. The test is written as a linear scenario of user's action on a site. Each test is described inside a Scenario function with I object passed into it.