Ask HN: What are some effective ways to test cloud-native applications?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • terratest

    Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.

  • For the application code you can write normal unit tests.

    If you define you're infra as Terraform, which I would generally encourage - you can use terratest[0] as a test framework for the infrastructure itself.

    I've come to really prefer managing infrastruce as a github repo full of terraform this way.

    [0] https://terratest.gruntwork.io/

  • 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