TAS is an intelligent test execution platform for engineering teams to achieve high development velocity.
-
Updated
Oct 25, 2022 - Go
Integration testing is a type of software testing that focusses on larger parts of the software than unit testing, and is more process-oriented and less about just checking simple calculations between input and output data. This ensures, that multiple units work together (they integrate with each other) to walk through different steps.
TAS is an intelligent test execution platform for engineering teams to achieve high development velocity.
functional testing tools - keep your application healthy with 🍅
The example suggests a solution to the problem of cleaning the database after running tests and the problem of running tests in parallel. It also shows how to organize integration testing of Go code with Postgres.
Golang module for embedded integration testing of AWS S3 client interactions
This repository offers utility functions for easy integrating go applications in kubernetes
Integration test framework for implementing go-storage services.
A dive into integration and end-to-end testing in Go.
Run DB as docker container for integration tests
A tool to perform integration tests on a Kubernetes Cluster