Gokiburi: Automatic Test Runs for Go Projects

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

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
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. 🙇

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

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

    InfluxDB logo
  • keploy

    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
  • I Write Tests in Go

    1 project | news.ycombinator.com | 10 Apr 2024
  • [Go, Book Review] Learn Go with Tests by Chris James

    1 project | dev.to | 23 Mar 2024