You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides utilities to **execute end-to-end tests** of applications in Kubernetes clusters. This includes performing actions on the cluster (with kubectl, oc - for OpenShift - or helm) and verifying assertions by using a natural language, or almost. This reduces the amount of advanced bash commands to master.
6
6
@@ -178,15 +178,18 @@ It includes...
178
178
179
179
### Setup
180
180
181
-
* Install [BATS](https://github.com/sstephenson/bats), a testing framework for scripts.
181
+
* Install [BATS](https://github.com/bats-core/bats-core), a testing framework for scripts.
182
182
BATS is a test framework for BASH and other scripts.
0 commit comments