Skip to content

Files

Latest commit

5374c76 · Dec 9, 2020

History

History
This branch is 3347 commits behind knative/serving:main.

e2e

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 9, 2020
Oct 29, 2020
Sep 17, 2020
Nov 25, 2020
Nov 25, 2020
Dec 4, 2018
Nov 25, 2020
Nov 30, 2020
Nov 30, 2020
Nov 25, 2020
Nov 11, 2020
Nov 25, 2020
Nov 25, 2020
Nov 25, 2020
Nov 25, 2020
Sep 19, 2020
Oct 14, 2020
Nov 25, 2020
Nov 24, 2020
Nov 25, 2020
Sep 29, 2020
Aug 5, 2020
Oct 29, 2020
Nov 25, 2020
Nov 25, 2020
Sep 29, 2020
Oct 29, 2020
Oct 14, 2020
Oct 6, 2020

End to end tests

Adding end to end tests

Knative Serving e2e tests test the end to end functionality of the Knative Serving API to verify the behavior of this specific implementation.

These tests use the test library.

Requirements

The e2e tests are used to test whether the flow of Knative Serving is performing as designed from start to finish.

The e2e tests MUST:

  1. Provide frequent output describing what actions they are undertaking, especially before performing long running operations. Please see the Log section for detailed instructions.
  2. Follow Golang best practices.