You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/core/Azure.Core.TestFramework/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,6 +302,8 @@ You can use `if (Mode == RecordingMode.Playback) { ... }` to change behavior for
302
302
303
303
You can use `using (Recording.DisableRecording()) { ... }` to disable recording in the code block (useful for polling methods)
304
304
305
+
In order to enable testing with Fiddler, you can either set the `AZURE_ENABLE_FIDDLER` environment variable or the `EnableFiddler`[runsetting](https://github.com/Azure/azure-sdk-for-net/blob/main/eng/nunit.runsettings) parameter to `true`.
306
+
305
307
## Support multi service version testing
306
308
307
309
To enable multi-version testing, add the `ClientTestFixture` attribute listing to all the service versions to the test class itself or a base class:
0 commit comments