awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
forwardemail avatar

forwardemail/supertest

0
View on GitHub↗
14,373 stars·781 forks·JavaScript·MIT·10 views

Supertest

🕷 Super-agent driven library for testing node.js HTTP servers using a fluent API. Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.

Features

  • Fluent Endpoint Testers - Core purpose: testing Node.js HTTP servers with a fluent API for requests and assertions.
  • HTTP Client Libraries - Wraps the SuperAgent HTTP library to provide a unified interface for requests and responses.
  • Test Clients - Core identity: a tool for sending requests to HTTP servers and verifying responses.
  • Integration Test Libraries - Core identity: an assertion library for testing Node.js HTTP servers with fluent expectations.
  • API Endpoint Testing - Core purpose: testing HTTP endpoints with a fluent chain of assertions on status, headers, body, and cookies.
  • Fluent Assertion Chaining - Implements fluent assertion chaining by returning the request object for sequential configuration.
  • HTTP Response Assertions - Ships built-in matchers for verifying HTTP response status, headers, body, and cookies.
  • Fluent Assertions - Chains request setup, response assertions, and transformations in a single readable expression.
  • Basic Authentication - Attaches HTTP Basic credentials to requests using the same interface as the underlying HTTP client.
  • Cookie State Verification - Provides cookie state verification assertions for integration tests.
  • Ordered Expectation Chains - Enables sequential assertion chains with response transformations between checks.
  • Assertion Utilities - Provides utilities for verifying cookie presence, absence, and options in HTTP responses.
  • Request Lifecycle Hooks - Intercepts request preparation and response parsing to inject authentication and transformation logic.

Star history

Star history chart for forwardemail/supertestStar history chart for forwardemail/supertest

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does forwardemail/supertest do?

🕷 Super-agent driven library for testing node.js HTTP servers using a fluent API. Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.

What are the main features of forwardemail/supertest?

The main features of forwardemail/supertest are: Fluent Endpoint Testers, HTTP Client Libraries, Test Clients, Integration Test Libraries, API Endpoint Testing, Fluent Assertion Chaining, HTTP Response Assertions, Fluent Assertions.

What are some open-source alternatives to forwardemail/supertest?

Open-source alternatives to forwardemail/supertest include: assertj/assertj — AssertJ is a Java assertion library and fluent interface testing framework. It provides a toolkit for verifying object… thomhurst/tunit — TUnit is a comprehensive C# testing framework, mocking library, and fluent assertion tool. It utilizes source… sindresorhus/ky — 🌳 Tiny & elegant JavaScript HTTP client based on the Fetch API. midudev/jscamp — jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI… kittinunf/fuel — Fuel is a Kotlin HTTP client library for Android and Kotlin applications that handles both synchronous and… imroc/req — req is a chainable HTTP client library for Go designed to simplify request configuration and automatic response…

Open-source alternatives to Supertest

Similar open-source projects, ranked by how many features they share with Supertest.
  • thomhurst/tunitthomhurst avatar

    thomhurst/TUnit

    3,744View on GitHub↗

    TUnit is a comprehensive C# testing framework, mocking library, and fluent assertion tool. It utilizes source generation for test discovery and mock creation, ensuring compatibility with Native AOT and IL trimming by eliminating the need for runtime reflection and proxies. The framework provides specialized capabilities for integration testing, including the management of distributed application lifecycles, isolated database schemas, and the correlation of telemetry and logs across process boundaries via OTLP. It also includes an HTTP testing utility to intercept network exchanges and mock AP

    C#csharpdotnettest
    View on GitHub↗3,744
  • assertj/assertjassertj avatar

    assertj/assertj

    2,827View on GitHub↗

    AssertJ is a Java assertion library and fluent interface testing framework. It provides a toolkit for verifying object states using a chainable syntax designed to make test assertions descriptive and readable. The library functions as a type-specific Java verifier, offering specialized assertion methods for strings, collections, maps, and complex object graphs. It utilizes type-specific assertion classes to provide validation methods relevant to the specific data structure being tested. The framework covers a broad range of quality assurance capabilities, including object state verification

    Javaassertionsassertjgroovy
    View on GitHub↗2,827
  • sindresorhus/kysindresorhus avatar

    sindresorhus/ky

    16,943View on GitHub↗

    🌳 Tiny & elegant JavaScript HTTP client based on the Fetch API

    TypeScriptfetchhttp-clienthttp-request
    View on GitHub↗16,943
  • midudev/jscampmidudev avatar

    midudev/jscamp

    3,811View on GitHub↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    JavaScriptbootcamp
    View on GitHub↗3,811
  • See all 30 alternatives to Supertest→