Framework for end to end testing of microservices

This page summarizes the projects mentioned and recommended in the original post on /r/softwaretesting

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Karate

    Test Automation Made Simple

  • Take a look at Karate.

  • pact-js

    JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.

  • When you wish to focus on the contract ( which kind of field is required, ...), you shoud use contract testing frameworks. As you seem to leverage a microservices, a consumer driven contract testing approach with a framework like Pact.js is recommended.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Nock

    HTTP server mocking and expectations library for Node.js

  • For mocking you can use in process mocks. Again PW does the job with an "intercept" capability, For Postman, this is provided by a SaaS offer. But if you're using another test runner you can use msw, Nock, Mockoon

  • msw

    Seamless REST/GraphQL API mocking library for browser and Node.js.

  • For mocking you can use in process mocks. Again PW does the job with an "intercept" capability, For Postman, this is provided by a SaaS offer. But if you're using another test runner you can use msw, Nock, Mockoon

  • mockoon

    Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.

  • For mocking you can use in process mocks. Again PW does the job with an "intercept" capability, For Postman, this is provided by a SaaS offer. But if you're using another test runner you can use msw, Nock, Mockoon

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts