Skip to content

kyma-project/cloud-manager-tests

Cloud manager tests

E2E tests.

Overview

BDD test using Gherkin syntax.

Usage

Example script to run tests from the local machine:

export SHOOT=<shoot-id>
export PROVIDER=<provider-id, probably azure, aws or gcp>
export KUBECONFIG=<path-to-cube-config of above shoot>
export ENV=dev
go mod tidy
go mod download
go build -o bin/kfr cmd/main.go
./bin/kfr \
-godog.paths $(pwd)/features/<your-feature>.feature \
-godog.tags="@all,@allProviders,@$PROVIDER&&@all,@allShoots,@$SHOOT&&@all,@allEnvs,@$ENV"

Contributing

See CONTRIBUTING.md.

Code of Conduct

See CODE_OF_CONDUCT.md.

Licensing

See the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published