-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add e2e tests #1
Conversation
@luke-taylor This is going to be the v1.0.0 release of the new bootstrap repo. I have moved the e2e tests into here. I am going to submit a separate PR to remove them from the alz-terraform-accelerator repo and update the docs. Once that is complete, I will release the next version of the PowerShell module to complete the end to end. Please note, you will see in the code for the e2e tests we are targetting a specific branch of the ALZ PowerShell module. I will submit a follow up PR to revert that to main as soon as the new release goes out. This repo can be merged and released any time since it will not be used until the ALZ PowerShell changes are released. |
# Pull Request ## Description This PR is part of the major refactoring work to de-couple the bootstrap and support bicep automation. The fixes and refactoring in this branch were designed to make the e2e tests pass successfully. You can see the successful test run for this branch here: - PR: Azure/accelerator-bootstrap-modules#1 - Test Run: https://github.com/Azure/accelerator-bootstrap-modules/actions/runs/8288999772/job/22684596007?pr=1 ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
Migrating end to end test and associated bug fixes to have a successful test run.