Open MariusStorhaug opened 2 years ago
Blocked because issue #1791 needs to be solved first
Next step: create a PoC to discuss further
Some ideas that were discussed:
deploy.test.bicep
file itself. For example with a specific syntax on the top of the file so that we could extract it when generating the deployment examplesdeploy.test.bicep
file itself, but trying to leverage the ARM 'metadata' object that is generated when compiling bicep to ARM. There may be a counter-part in native Bicep.After PoC is presented, team will decide how to proceed
Description
Current module examples in readmes get titles from folder names in the modules .test folder.
Following how documentations is for PowerShell cmdlets, the examples have both title and descriptions next to the copy/pastable snippets. We should add automation to allow a test case/example to be adjustable with a custom title and description.
Test cases could also be written with contexts/scenarios in mind.