docs/test
Evan Anderson 3b06dc9a8c
Disable failing integration tests (#4300)
* Disable integration tests because they break a lot, per julz

* Actually run go and notice extra unused imports

* Revert "Disable integration tests because they break a lot, per julz"

I took out too much.

This reverts commit eca3a2d8ce.

* Re-add simplifed sampleapp used by the consistency checker

* Forgot to autoformat after beating things with emacs and grep

* Add empty e2e tests

* Fix formatting again. `vi` this time
2021-09-28 01:03:14 -07:00
..
e2e Disable failing integration tests (#4300) 2021-09-28 01:03:14 -07:00
sampleapp Disable failing integration tests (#4300) 2021-09-28 01:03:14 -07:00
sampleconsistency Reworked shell hello world example (#2832) 2020-11-06 07:53:07 -08:00
site Move mkdocs work over from julz/mkdocs branch (#3551) 2021-05-11 05:58:46 -07:00
OWNERS Update OWNERS_ALIASES to match autogen in community (#3406) 2021-04-06 16:58:49 -07:00
README.md Issue 3642 finishing up eventing sanity check (#3743) 2021-06-08 05:53:41 -07:00
e2e-tests.sh Drop net-istio dependencies (#3465) 2021-04-19 10:44:00 -07:00
flag.go Disable failing integration tests (#4300) 2021-09-28 01:03:14 -07:00
presubmit-link-check.sh Use knative.dev/hack repo (#2977) 2020-10-28 13:14:34 -07:00
presubmit-tests.sh Use knative.dev/hack repo (#2977) 2020-10-28 13:14:34 -07:00

README.md

_build
render list
never never

Test

This directory contains tests and testing docs.

Running unit tests

TODO(#66): Write real unit tests.

Running end-to-end tests

Dependencies

You might need to install kubetest in order to run the end-to-end tests locally:

go get -u k8s.io/test-infra/kubetest

Simply run the e2e-tests.sh script, setting $PROJECT_ID first to your GCP project. The script will create a GKE cluster, install Knative, run the end-to-end tests and delete the cluster.

If you already have a cluster set, ensure that $PROJECT_ID is empty and call the script with the --run-tests argument. Note that this requires you to have Knative Build installed and configured to your particular configuration setup.


Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License.