-
Notifications
You must be signed in to change notification settings - Fork 11
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
e2e Go-native test runner #20
Comments
I have same question as #19 (comment) , it also applies to this issue. |
This issue is stale because it has been open for 90 days with no |
/reopen |
@cardil: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Rewrite the
e2e-tests.sh
script (https://github.com/knative/hack/blob/main/README.md#using-the-e2e-testssh-helper-script) into a Golang toolknative.dev/toolbox/presubmit
.Invent new Go-native extension interface, for example:
# will look for Go files with `e2e` build constraints, that register configuration go run knative.dev/toolbox/e2e@latest --run-tests
An example configuration might look like:
The text was updated successfully, but these errors were encountered: