danielhelfand / tekton-install

CLI for Installing Tekton components on a Kubernetes cluster
Apache License 2.0
1 stars 0 forks source link

Add golang e2e Tests #18

Closed danielhelfand closed 4 years ago

danielhelfand commented 4 years ago

To allow for more robust testing, there should be a suite of end to end tests written in golang. Currently, there are really simple e2e tests being run with GitHub actions, but adding the ability to write end to end tests in golang will allow for testing more complex cases.