RoadieHQ / kubewise

Get Helm notifications in your team chat
Apache License 2.0
59 stars 6 forks source link

Automated testing #11

Open dtuite opened 4 years ago

dtuite commented 4 years ago

Builds should be automatically tested against a Kubernetes cluster.

  1. Create a cluster
  2. Install KubeWise
  3. Perform Helm operations
  4. Ensure the output is as expected
dtuite commented 4 years ago

Two reasonable options for this might be Kind or microk8s.

https://kind.sigs.k8s.io/

https://microk8s.io/

dtuite commented 4 years ago

Merged one pull request for this to get a basic integration test working. Still more to do.