We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 functional tests that take an azure.yaml as input and validate the output bicep from azd infra synth.
azure.yaml
azd infra synth
Consider if snapshot testing is appropriate. The minimum is running bicep build to ensure its syntactically sound.
bicep build
In the future, we can consider add live testing to the appropriate scenarios.
This should replace scaffold_test.go
scaffold_test.go
Add UI tests that take a string of input representing the user interactions and validate that azd infra synth on the resulting azure.yaml succeeds.
We'll use this to cover most code path scenarios
The text was updated successfully, but these errors were encountered:
secretsExportConfiguration
No branches or pull requests
Functional tests (programmatic flow)
Add functional tests that take an
azure.yaml
as input and validate the output bicep fromazd infra synth
.Consider if snapshot testing is appropriate. The minimum is running
bicep build
to ensure its syntactically sound.In the future, we can consider add live testing to the appropriate scenarios.
This should replace
scaffold_test.go
Functional tests (user driven flow)
Add UI tests that take a string of input representing the user interactions and validate that
azd infra synth
on the resultingazure.yaml
succeeds.We'll use this to cover most code path scenarios
The text was updated successfully, but these errors were encountered: