client/test
Navid Shaikh 2c1e5dc88d Selectively run e2e tests for serving, eventing (#547)
- Run only serving specific e2e tests locally
  ```
  E2E_TAGS="serving" ./test/e2e-tests-local.sh
  ```

 - Run only eventing specific e2e tests locally
  ```
  E2E_TAGS="eventing" ./test/e2e-tests-local.sh
  ```

 - Run all e2e tests locally
  ```
  ./test/e2e-tests-local.sh
  ```
2019-12-11 03:58:48 -08:00
..
e2e Selectively run e2e tests for serving, eventing (#547) 2019-12-11 03:58:48 -08:00
resources/tekton Integration tests for Tekton (#528) 2019-12-06 05:03:39 -08:00
test_images/helloworld Integration tests for Tekton (#528) 2019-12-06 05:03:39 -08:00
e2e-common.sh Eventing setup in CI (#538) 2019-12-06 10:39:40 -08:00
e2e-smoke-tests.sh kn source list-types (builtin types) (#536) 2019-12-10 11:20:47 -08:00
e2e-tests-local.sh Selectively run e2e tests for serving, eventing (#547) 2019-12-11 03:58:48 -08:00
e2e-tests.sh Eventing setup in CI (#538) 2019-12-06 10:39:40 -08:00
presubmit-integration-tests-latest-release.sh Vendor eventing v0.11.0 and run tests against it (#546) 2019-12-11 00:21:48 -08:00
presubmit-tests.sh Eventing setup in CI (#538) 2019-12-06 10:39:40 -08:00
tekton-tests.sh Integration tests for Tekton (#528) 2019-12-06 05:03:39 -08:00