Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the e2e tests/etc run simultaneously per environment #230

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

samuelhwilliams
Copy link
Contributor

At the moment, e2e tests running in dev will block e2e tests running in test/uat because they are all in the same concurrency group.

This adds the environment name to the concurrency group so that tests can run in different environments at the same time.

At the moment, e2e tests running in dev will block e2e tests running in
test/uat because they are all in the same concurrency group.

This adds the environment name to the concurrency group so that tests
can run in different environments at the same time.
Copy link
Contributor

@hamzabinkhalid hamzabinkhalid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@samuelhwilliams samuelhwilliams merged commit 5bdb628 into main Dec 30, 2024
1 check passed
@samuelhwilliams samuelhwilliams deleted the bau/tests-per-environment branch December 30, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants