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

End to end tests #9

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

End to end tests #9

wants to merge 11 commits into from

Conversation

johncollinson2001
Copy link
Contributor

@johncollinson2001 johncollinson2001 commented Sep 17, 2024

This PR implements end to end tests using the terratest go library and Azure sdk for go, and runs the tests in the CI pipeline.

For more details on terratest see: https://terratest.gruntwork.io/.
For more details on Azure SDK for go see: https://github.com/Azure/azure-sdk-for-go

NOTE the PR introduces a dependency on a real Azure environment. Details on how to run and debug the tests locally, and configure the Azure environment variables have been added to README.md.

For CI pipelines, secrets have been configured in the repository settings which are set as environment variables in the workflow. This is currently configured as @johncollinson2001's personal Azure tenant, but should be updated at some point when a more suitable dev/test tenant can be identified.

@johncollinson2001 johncollinson2001 marked this pull request as ready for review September 20, 2024 20:51
@johncollinson2001 johncollinson2001 requested a review from a team September 20, 2024 20:51
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.

1 participant