Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Sep 25, 2024
1 parent 5e7d34b commit c7529ee
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/contributor/05-10-e2e_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,31 @@ The test executes the following steps:
make skr-networking-test
```

## Binding Tests

### Usage

The test executes the following steps:
1. Provisions a Kyma runtime cluster.
2. Creates a binding and saves the returned kubeconfig.
3. Inits a k8s client with the returned kubeconfig.
4. Tries to fetch a secret.
5. Deprovisions the Kyma runtime instance and cleans up the resources.

### Test Execution

1. Before you run the test, prepare the `.env` file based on this [`.env.template`](/testing/e2e/skr/skr-test/.env.template).
2. To set up the environment variables in your system, run:

```bash
export $(xargs < .env)
```

3. Run the test scenario:
```bash
make skr-binding-test
```

## CI Pipelines

The tests are run once per day at 01:05 by the given ProwJobs:
Expand Down

0 comments on commit c7529ee

Please sign in to comment.