You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'develop' into chore/changelog-automate
* develop:
chore(deps): bump jsii from 1.61.0 to 1.62.0 (aws-powertools#1294)
chore(ci): experiment with conditional on outputs
chore(ci): improve error handling for non-issue numbers
fix(ci): address conditional type on_merge
chore(ci): add end to end testing mechanism (aws-powertools#1247)
chore(deps-dev): bump mypy-boto3-appconfig from 1.24.0 to 1.24.29 (aws-powertools#1295)
-[Releasing a documentation hotfix](#releasing-a-documentation-hotfix)
20
19
-[Maintain Overall Health of the Repo](#maintain-overall-health-of-the-repo)
21
20
-[Manage Roadmap](#manage-roadmap)
@@ -209,6 +208,14 @@ This will kick off the [Publishing workflow](https://github.com/awslabs/aws-lamb
209
208
210
209
> TODO: Include information to verify SAR and Lambda Layers deployment; we're still finalizing Lambda Layer automated deployment in GitHub Actions - ping @am29d when in doubt.
211
210
211
+
### Run end to end tests
212
+
213
+
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
+
215
+
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.
216
+
217
+
**NOTE**: E2E tests are run as part of each merge to `develop` branch.
218
+
212
219
### Releasing a documentation hotfix
213
220
214
221
You can rebuild the latest documentation without a full release via this [GitHub Actions Workflow](https://github.com/awslabs/aws-lambda-powertools-python/actions/workflows/rebuild_latest_docs.yml). Choose `Run workflow`, keep `develop` as the branch, and input the latest Powertools version available.
0 commit comments