-
Notifications
You must be signed in to change notification settings - Fork 268
WIP: Extensions Example recorder test #6471
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
Conversation
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
This isn't necessary. Setting It's also entirely possible to use the recording library in-proc, and that may be worthwhile doing. I'm unsure what we're aiming for yet, if we're trying to test azd + extension integration, or just the extension piece. Happy to provide more targeted options once I grok the scenario here. |
This is an example test that uses the test recorder framework.
TLDR: Test recorder not recommended for
azdextensions right nowThis test example will capture
azdinternal HTTP calls, but will not capture any custom HTTP calls that happen within the extension process.Reasons:
Recommended: