Integration Tests in Go with Cucumber, Testcontainers, and HTTPMock

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • godog

    Cucumber for golang

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • testcontainers-go

    Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.

  • httpmock

    HTTP mocking for Golang

  • Here you can find the repository with the code: https://github.com/joseboretto/golang-testcontainers-gherkin-setup

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

  • Integration tests with Go and testcontainers

    6 projects | dev.to | 23 Jul 2022
  • how to mock DBs

    13 projects | /r/golang | 30 May 2022
  • How to mock DB for unit tests?

    4 projects | /r/golang | 8 Feb 2021
  • Functional Programming in Go

    2 projects | news.ycombinator.com | 8 Nov 2024
  • Stubbing HTTP communication in E2E test with Hoverfly

    1 project | dev.to | 6 Nov 2024

Did you konow that Go is
the 4th most popular programming language
based on number of metions?