Best practices for typescript app build integration test for pre-prod/prod environnement

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • ts-node

    TypeScript execution and REPL for node.js

  • But of course you have to transpile the tests if you want to write them in Typescript. For Mocha you can use ts-node to compile them "on the fly" while running tests.

  • supertest

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

  • In your case it seems you do not need to include the integration tests in your image. You can just run the container and then fire the request against localhost and the port your container is bound to. For this I can recommend Supertest but your use case sounds like it could benefit from Pact too.

  • 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
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

  • Ever hear of anyone doing headless functional testing with Jest?

    1 project | /r/java | 11 Nov 2022
  • Jest testing custom middleware

    1 project | /r/node | 21 Jul 2022
  • Hi im having trouble building my api tests

    2 projects | /r/node | 19 Jul 2022
  • Using uvu for TypeScript API Testing

    3 projects | dev.to | 6 Oct 2021
  • Testing Express Api with Jest and Supertest

    2 projects | dev.to | 19 Jul 2021