Follow the Google Shell Style Guide.
common
, directory that contains functions for common usages, e.g.,kubectl
andawscli
operations.testenv
, directory that contains functions for setting up and tearing down the environment to run the tests.tests
, directory that contains test cases.env
, file contains configuration envs.e2e.sh
, entrance of the end-to-end test.
- All test case functions should be start with
test::run