Skip to content

Kubedog is a Godog (cucumber) wrapper with pre-defined step implementations for Kubernetes/AWS

License

Notifications You must be signed in to change notification settings

keikoproj/kubedog

Repository files navigation

Kubedog

Test Status codecov

This is a simple wrapper of Godog with some predefined steps and their implementations. It targets the functional testing of Kubernetes components working in AWS.

The library has one purpose – save you from the hassle of implementing steps and hooks with the compromise of using predefined syntax. But of course, you could always redefine the steps using custom syntax and pass the corresponding kubedog methods.

Resources