Newman

Newman is a command-line collection runner for Postman (by postmanlabs)

Newman Alternatives

Similar projects and alternatives to Newman

  1. Visual Studio Code

    3,131 Newman VS Visual Studio Code

    Visual Studio Code

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. Next.js

    2,328 Newman VS Next.js

    The React Framework

  4. React

    1,932 Newman VS React

    The library for web and native user interfaces.

  5. node

    1,208 Newman VS node

    Node.js JavaScript runtime ✨🐢🚀✨

  6. Express

    775 Newman VS Express

    Fast, unopinionated, minimalist web framework for node.

  7. jest

    520 Newman VS jest

    Delightful JavaScript Testing.

  8. Grafana

    443 Newman VS Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

  9. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  10. frank_jwt

    JSON Web Token implementation in Rust.

  11. aws-lambda-java-libs

    Official mirror for interface definitions and helper classes for Java code running on the AWS Lambda platform.

  12. libcurl

    335 Newman VS libcurl

    A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

  13. MongoDB

    306 Newman VS MongoDB

    The MongoDB Database

  14. insomnia

    247 Newman VS insomnia

    The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.

  15. Hoppscotch

    237 Newman VS Hoppscotch

    Open source API development ecosystem.

  16. Jenkins

    191 Newman VS Jenkins

    Jenkins automation server

  17. swagger-ui

    156 Newman VS swagger-ui

    Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

  18. httpie

    133 Newman VS httpie

    🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. (by httpie)

  19. bruno

    78 Newman VS bruno

    Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)

  20. Apache JMeter

    Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services

  21. AWSLambdaJavaSnapStart

    Different examples of solutions API Gateway->Lambda->DynamoDB with Lambda managed Java runtimes with different Lambda memory settings, compilation options, (a)synchronous HTTP clients, Lambda layers, GC algorithms and hardware architecture (x86 vs arm64) including Lambda SnapStart enabling and priming techniques to measure Lambda performance

  22. soapui

    23 Newman VS soapui

    SoapUI is a free and open source cross-platform functional testing solution for APIs and web services.

  23. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Newman alternative or higher similarity.

Newman discussion

Log in or Post with

Newman reviews and mentions

Posts with mentions or reviews of Newman. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-10.
  • How to Build RESTful APIs with Django
    2 projects | dev.to | 10 May 2025
    Use tools like Postman or curl for testing.
  • API Programming
    1 project | dev.to | 7 May 2025
    Postman – API development and testing tool
  • Quarkus 3 application on AWS Lambda- Part 1 Introduction to the sample application and first Lambda performance measurements
    6 projects | dev.to | 5 May 2025
    The results of the experiment are based on reproducing more than 100 cold starts and about 100,000 warm starts with the Lambda function GetProductByIdFunction (we ask for the already existing product with ID=1 ) for the duration of about 1 hour. We give Lambda function 1024 MB memory, which is a good trade-off between performance and cost. We also use (default) x86 Lambda architecture. For the load tests For it I used the load test tool hey, but you can use whatever tool you want, like Serverless-artillery or Postman.
  • Strapi Email and Password Authentication with Next.js 15: Part 1
    6 projects | dev.to | 1 May 2025
    Optionally, a HTTP client. Postman is recommended.
  • Mastering Webhook & Event Testing: A Guide
    5 projects | dev.to | 29 Apr 2025
    Functional testing takes things to the next level by examining entire webhook flows from trigger to response. Tools like Postman make it easy to simulate both sides of the webhook conversation—sending custom payloads and validating exactly how your endpoints respond.
  • How API Schema Validation Boosts Effective Contract Testing
    4 projects | dev.to | 29 Apr 2025
    Postman: The Swiss Army knife of API development with powerful schema validation features. Cypress with AJV Validator: For serious end-to-end testing, this combination lets you validate responses against schemas right in your test suites.
  • Most Effective Approaches for Debugging Applications
    15 projects | dev.to | 27 Apr 2025
    Complex applications, with their interwoven layers of front-end, back-end, and database logic, often obscure bugs. Simplifying the problem by isolating components—such as a React component, a REST API endpoint, or a PostgreSQL query—helps developers focus on the failure point. Spencer Romenco, Chief Growth Strategist at Growth Spurt, shares a case study: “Simplifying and isolating the problem has always been the most reliable way to track down bugs.” When a content delivery dashboard failed to display uploaded videos, Romenco’s team isolated the front-end with mock data, ruling out UI issues, and tested the API with curl, uncovering a backend file path error. This divide-and-conquer approach, supported by tools like Postman for API testing, reduces complexity and accelerates resolution.
  • 🛠️ Criando uma API Node.js com Express + CORS e consumindo com HTML + Bootstrap
    2 projects | dev.to | 22 Apr 2025
  • OSF API: The Complete Guide
    6 projects | dev.to | 22 Apr 2025
    HTTP client - Tools like Postman or cURL for testing API calls
  • How to Add Real-Time Chat to Your AWS-Based Application
    3 projects | dev.to | 22 Apr 2025
    If you are a developer or product manager looking to integrate a chat API into your application, this blog is for you. We will create a fully functional chat app with broadcast, direct message, and bot response functionalities using AWS services and test it using Postman. We will also check the out-of-the-box solutions.
  • A note from our sponsor - Civic Auth
    www.civic.com | 12 May 2025
    Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today. Learn more →

Stats

Basic Newman repo stats
353
7,021
7.3
6 months ago

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?