Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 886 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 886 Bytes

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