diff --git a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md index a9bae065ca8..307e0bd97fb 100644 --- a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md +++ b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md @@ -1,5 +1,19 @@ # Azure SDK Tools Test Proxy +**To users writing SDK tests:** This document is not intended to be a test preperation reference. You should instead refer +to documentation in your specific language repository in order to configure recorded tests. + +#### Test documentation by language: + +- [Java](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md) +- [JavaScript](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Quickstart-on-how-to-write-tests.md) +- [.NET](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core.TestFramework/README.md) +- [Python](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/tests.md) +- [C++](https://github.com/Azure/azure-sdk-for-cpp/blob/main/doc/TestProxy.md) +- [Go](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/developer_setup.md) + +## Table of contents + - [Azure SDK Tools Test Proxy](#azure-sdk-tools-test-proxy) - [Installation](#installation) - [Via Local Compile or .NET](#via-local-compile-or-net)