An open API service indexing awesome lists of open source software.

https://github.com/keikoproj/kubedog

Kubedog is a Godog (cucumber) wrapper with pre-defined step implementations for Kubernetes/AWS
https://github.com/keikoproj/kubedog

bdd functional-testing godog golang test testing-tools

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# Kubedog

![Test Status](https://github.com/keikoproj/kubedog/workflows/Test/badge.svg) [![codecov](https://codecov.io/gh/keikoproj/kubedog/branch/master/graph/badge.svg)](https://codecov.io/gh/keikoproj/kubedog)

This is a simple wrapper of [Godog]( https://github.com/cucumber/godog) with some predefined steps and their implementations. It targets the [functional testing](https://cucumber.io/docs/bdd/) of [Kubernetes](https://kubernetes.io/) components working in [AWS](https://aws.amazon.com/).

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
- [Examples](docs/examples.md)
- [Syntax](docs/syntax.md)
- [GoDocs](https://godoc.org/github.com/keikoproj/kubedog)