-
Notifications
You must be signed in to change notification settings - Fork 26
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
chore: Add e2e tests #692
chore: Add e2e tests #692
Conversation
…a-dotnet into feature/e2etests
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #692 +/- ##
===========================================
+ Coverage 73.32% 73.34% +0.02%
===========================================
Files 200 200
Lines 8112 8112
Branches 872 872
===========================================
+ Hits 5948 5950 +2
+ Misses 1875 1874 -1
+ Partials 289 288 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Issue number: #683
Summary
Changes
This pull request includes significant changes to the end-to-end (E2E) testing infrastructure and various related files. The changes primarily focus on simplifying and consolidating the deployment and destruction of AWS CDK stacks, updating test configurations, and improving the overall code structure.
Changes to E2E Testing Infrastructure:
.github/workflows/e2e-infra-deploy.yml
,.github/workflows/e2e-infra-destroy.yml
) and integrated these steps into the main E2E testing workflow (.github/workflows/e2e-tests.yml
). [1] [2] [3] [4] [5]Updates to Test Configurations:
Code Structure Improvements:
CoreAotStack
class to use a customAotStackProps
for better handling of architecture-specific configurations. [1] [2]FunctionConstruct
classes in bothinfra
andinfra-aot
directories. [1] [2]Miscellaneous Changes:
FunctionTest
class. [1] [2]Function.cs
file.These changes aim to streamline the E2E testing process, enhance the maintainability of the codebase, and ensure better support for various runtime environments.
User experience
Checklist
Please leave checklist items unchecked if they do not apply to your change.
Is this a breaking change?
RFC issue number:
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.