Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move e2e tests to golang #409

Open
adambkaplan opened this issue Dec 19, 2022 · 0 comments
Open

Move e2e tests to golang #409

adambkaplan opened this issue Dec 19, 2022 · 0 comments

Comments

@adambkaplan
Copy link
Contributor

Our e2e testing currently relies on bash scripting. This is fine for an initial start, but it won't scale as we start adding more sophisticated requirements before merging updates to the service.

We should move our e2e tests to golang, since the overwhelming majority of Kubernetes client libraries are written in go. Most Tekton and Kubernetes contributors are already familiar with testing using Go and the ginkgo framework. Tests can be run directly via go test, or can be packaged into a binary/container image that can then be executed on a cluster.

Roming22 pushed a commit that referenced this issue Dec 19, 2022
Automatic update

Co-authored-by: auto-update <>
Co-authored-by: Michal Kovarik <mkovarik@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant