Skip to content

Commit 2ec0373

Browse files
committed
docs(maintainers): update wording on e2e test
1 parent 6148c3d commit 2ec0373

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

MAINTAINERS.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,9 @@ This will kick off the [Publishing workflow](https://github.com/awslabs/aws-lamb
211211
212212
### Run end to end tests
213213

214-
In order to run end to end tests you need to install CDK CLI first and bootstrap your account with `cdk bootstrap` command. For additional details follow [documentation](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html).
214+
E2E tests are run on every push to `develop` or manually via [run-e2e-tests workflow](https://github.com/awslabs/aws-lambda-powertools-python/actions/workflows/run-e2e-tests.yml).
215215

216-
To run locally, export `AWS_PROFILE` environment variable and run `make e2e tests`. To run from GitHub Actions, use [run-e2e-tests workflow](https://github.com/awslabs/aws-lambda-powertools-python/actions/workflows/run-e2e-tests.yml) and pick the branch you want to run tests against.
217-
218-
**NOTE**: E2E tests are run as part of each merge to `develop` branch.
216+
To run locally, you need [AWS CDK CLI](https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html#getting_started_prerequisites) and an [account bootstrapped](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html) (`cdk bootstrap`). With a default AWS CLI profile configured, or `AWS_PROFILE` environment variable set, run `make e2e tests`.
219217

220218
### Releasing a documentation hotfix
221219

0 commit comments

Comments
 (0)