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

move test-proxy/README to documentation folder #5430

Merged
merged 1 commit into from
Feb 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
- [Windows IIS](#windows-iis)
- [Asset Sync (Retrieve External Test Recordings)](#asset-sync-retrieve-external-test-recordings)

For a detailed explanation and more-or-less spec, check the [README.md](../README.md) one level up from this one.

This test proxy is intended to provide out-of-process record/playback capabilities compatible with any language. It offers session and recording level customization during both `record` and `playback` of a test.

All that is required to start recording is to make minor updates to the requests made within a given test. A standard request looks something like this:
Expand Down