An integration-testing sidecar for Kubernetes applications. Run integration tests automatically against newly deployed versions of your app. Integrate your build pipeline and fail the deployment if the tests fail.
TODO
Testcar is a lightweight docker container that is auto-injected into your cluster's pods and will automatically find (by convention) and execute tests against the user container. The results are consumed by an Azure Devops release pipeline task that can flag a deployment as successful or failing. See DESIGN.md for more information.
Currently only Artillery scripts are supported.
TODO