=====
e2e
=====
This package provides the e2e testing for controller.
How to run
==============
This package uses GoConvey for BDD framework.
You can run the e2e testing with below.
.. code:: console
$ bazel run //operator/e2e/test:go_default_test -- -test.v -crd $(pwd)/operator/config/crd/bases
This command is same as ``go test`` .
Or
.. code:: console
$ bazel build //operator/e2e/test:go_default_test
$ ./bazel-bin/operator/e2e/test/{platfrom}_{arch}_stripped/go_default_test -test.v -crd $(pwd)/operator/config/crd/bases
If you want colorful output, you build a test binary and run it.
Dependencies
================
* kind