Skip to content

Files

Latest commit

4eda564 · Dec 14, 2021

History

History
This branch is 1 commit ahead of, 796 commits behind knative/docs:main.

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 28, 2021
Dec 14, 2021
Nov 6, 2020
Apr 6, 2021
Jun 8, 2021
Apr 19, 2021
Sep 28, 2021
Oct 28, 2020
Oct 28, 2020
_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.