cloud-manager-tests

module
v0.0.0-...-9a11f0d Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: Apache-2.0

README

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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