Maintenance: make e2e test stack name unique #497
Labels
automation
This item relates to automation
completed
This item is complete and has been merged/shipped
good-first-issue
Something that is suitable for those who want to start contributing
tests
PRs that add or change tests
Milestone
Description of the feature request
Problem statement
As of today Stack names in e2e tests are static (see https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/packages/metrics/tests/e2e/decorator.test.ts#L23 for instance) which prevent us from running multiple instances of e2e against different branches.
Summary of the feature
Add a random unique id, a branch name or a commit id to stack name in all e2e.
Code examples
List of available env var in github action: https://docs.github.com/en/actions/learn-github-actions/environment-variables
Benefits for you and the wider AWS community
Validate PR quickly
The text was updated successfully, but these errors were encountered: