From 7ee4172fc6132a84ef3e3c26771e333efd82f2ae Mon Sep 17 00:00:00 2001 From: Carina Kothe Date: Tue, 9 Jan 2024 16:23:36 +0100 Subject: [PATCH] Implement review comments --- README.md | 2 +- docs/contributor/01-00-testing.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cef741..53d72e3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Run the unit and integration tests: make generate-and-test ``` -To run the E2E tests, refer to [Testing](docs/contributor/01-00-testing.md) +To run the E2E tests, refer to [Testing](docs/contributor/01-00-testing.md). ### Linting diff --git a/docs/contributor/01-00-testing.md b/docs/contributor/01-00-testing.md index 612efe6..7565bcc 100644 --- a/docs/contributor/01-00-testing.md +++ b/docs/contributor/01-00-testing.md @@ -2,7 +2,7 @@ The Eventing Publisher Proxy uses the following testing activities: -## Unit Tests and Env-Tests +## Unit Tests and Integration Tests To run the unit and integration tests, you must run the following command: @@ -17,7 +17,7 @@ Because E2E tests need a Kubernetes cluster to run on, they are separate from th The E2E tests are executed on any PR using [GithubActions](https://github.com/kyma-project/eventing-publisher-proxy/actions/workflows/e2e.yml). For local execution, follow the steps in the [action](../../.github/workflows/e2e.yml). -As Prerequisites, you need: +As prerequisites, you need: - [Docker](https://www.docker.com/) to build the EPP image. ```sh