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

Implement E2E test framework to validate full deployment on every PR #27

Closed
enekui opened this issue Nov 27, 2023 · 0 comments · May be fixed by #28
Closed

Implement E2E test framework to validate full deployment on every PR #27

enekui opened this issue Nov 27, 2023 · 0 comments · May be fixed by #28
Assignees

Comments

@enekui
Copy link
Contributor

enekui commented Nov 27, 2023

Description

This issue is intended to track the progress on the full E2E test framework implementation for the terraform-seqera-aws module.

Terraform tests let authors validate that module configuration updates do not introduce breaking changes. Tests run against test-specific, short-lived resources, preventing any risk to your existing infrastructure or state.

By default, tests within Terraform create real infrastructure and can run assertions and validations against that infrastructure. This is analogous to integration testing because you are testing Terraform's core functionality by executing operations and validating the infrastructure Terraform creates.

@enekui enekui self-assigned this Nov 27, 2023
@enekui enekui linked a pull request Nov 27, 2023 that will close this issue
@enekui enekui closed this as completed Dec 21, 2023
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 a pull request may close this issue.

1 participant