awwwd / kubedog

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Go 99.5%Language:Makefile 0.5%