e2e/

directory
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2020 License: MIT

README

=====
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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL