Gokiburi: Automatic Test Runs for Go Projects

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gokiburi

    Automatic test runs for Go projects

    Also, if you have the time, it would be awesome if I could get you to write this up in the Ideas discussion category, that would be really helpful. 🙇

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • GoConvey

    Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.

    I have always liked to use the similar GoConvey tool for automatic test runs during development, but it has definitely started to “show its age” and since Go 1.20 it hasn’t been able to parse code coverage correctly. So, I decided to dive into making my own tool to replace it for me.

  • keploy

    Shadow Test generation for Developers. Generate tests and stubs for your application that actually work!

    I have once contributed to one similar project https://github.com/keploy/keploy , This can help you generate e2e tests and mocks as well , with real api and infra calls .

  • go-bindata

    Turn data file into go code.

    BTW, maybe you could consider using the embed or go-bindata packages to embed the UI files in the binary, so it's easier to package/install (either with brew or go install).

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

  • Mocking database queries - ask for opinion

    6 projects | /r/golang | 9 Jul 2022
  • Do you prefer go-convey over golang's t.Run?

    2 projects | /r/golang | 23 Apr 2021
  • fluentassert - a prototype of yet another assertion library

    7 projects | /r/golang | 28 Mar 2021
  • Testcontainers-Go: Effortless Container-Based Testing for Go Developers

    1 project | news.ycombinator.com | 14 Aug 2024
  • Montrez patte blanche : tuez des mutants !

    8 projects | dev.to | 16 May 2024

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