Skip to content

Commit 71e7d43

Browse files
authored
docs(loadtesting): 1.0.0-beta.1 release changes (#50955)
1 parent d6c955b commit 71e7d43

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

sdk/loadtestservice/Azure.Developer.Playwright.MSTest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Playwright is a fully managed service that uses the cloud to enable you to run Playwright tests with much higher parallelization across different operating system-browser combinations simultaneously. This means faster test runs with broader scenario coverage, which helps speed up delivery of features without sacrificing quality. The service also enables you to publish test results and related artifacts to the service and view them in the service portal enabling faster and easier troubleshooting. With Azure Playwright, you can release features faster and more confidently.
44

5-
Ready to get started? Jump into our [quickstart guide]<!--(https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.MSTest/README.md#getting-started)-->!
5+
Ready to get started? Jump into our [quickstart guide](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.MSTest/README.md#getting-started)!
66

77
## Useful links
88

sdk/loadtestservice/Azure.Developer.Playwright.MSTest/samples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ description: Samples for the Azure.Developer.Playwright.MSTest client library
1010

1111
# Azure.Developer.Playwright.MSTest samples for .NET
1212

13-
- [Getting started with Azure Playwright MSTest]<!--(https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.MSTest/samples/Sample1_SimpleSetup.md)-->
14-
- [Customising service parameters]<!--(https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.MSTest/samples/Sample2_CustomisingServiceParameters.md)-->
13+
- [Getting started with Azure Playwright MSTest](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.MSTest/samples/Sample1_SimpleSetup.md)
14+
- [Customising service parameters](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.MSTest/samples/Sample2_CustomisingServiceParameters.md)

sdk/loadtestservice/Azure.Developer.Playwright.MSTest/samples/Sample1_SimpleSetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Getting started with Azure Playwright MSTest SDK
22

3-
Follow the steps listed in this [README]<!--(https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.MSTest/README.md)--> to integrate your existing Playwright test suite with Azure Playwright service.
3+
Follow the steps listed in this [README](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.MSTest/README.md) to integrate your existing Playwright test suite with Azure Playwright service.
44
This guide explains how to quickly get started with the Azure Playwright MSTest SDK.
55

66
### Minimal configuration

sdk/loadtestservice/Azure.Developer.Playwright.MSTest/samples/Sample2_CustomisingServiceParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Learn about different available service parameters and how to use them
22

3-
Follow the steps listed in this [README]<!--(https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.MSTest/README.md)--> to integrate your existing Playwright test suite with Azure Playwright service.
3+
Follow the steps listed in this [README](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.MSTest/README.md) to integrate your existing Playwright test suite with Azure Playwright service.
44
This guide explains the different options available to you in the Azure.Developer.Playwright.MSTest package and how to use them.
55

66
### Customising remote browser parameters
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Source files in this directory are written as tests from which samples are extracted.
22
They are not intended to be viewed directly and help ensure our samples compile and work correctly.
3-
See our <!--[list of samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.MSTest/samples)--> for more explanation about how to use this client library.
3+
See our [list of samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.MSTest/samples) for more explanation about how to use this client library.

sdk/loadtestservice/Azure.Developer.Playwright.NUnit/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-06-30)
44

55
### Features Added
66

sdk/loadtestservice/Azure.Developer.Playwright.NUnit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Playwright is a fully managed service that uses the cloud to enable you to run Playwright tests with much higher parallelization across different operating system-browser combinations simultaneously. This means faster test runs with broader scenario coverage, which helps speed up delivery of features without sacrificing quality. The service also enables you to publish test results and related artifacts to the service and view them in the service portal enabling faster and easier troubleshooting. With Azure Playwright, you can release features faster and more confidently.
44

5-
Ready to get started? Jump into our [quickstart guide]<!--(https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.NUnit/README.md#getting-started)-->!
5+
Ready to get started? Jump into our [quickstart guide](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.NUnit/README.md#getting-started)!
66

77
## Useful links
88

sdk/loadtestservice/Azure.Developer.Playwright.NUnit/samples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ description: Samples for the Azure.Developer.Playwright.NUnit client library
1010

1111
# Azure.Developer.Playwright.NUnit samples for .NET
1212

13-
- [Getting started with Azure Playwrgiht NUnit]<!--(https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.NUnit/samples/Sample1_SimpleSetup.md)-->
14-
- [Customising service parameters]<!--(https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.NUnit/samples/Sample2_CustomisingServiceParameters.md)-->
13+
- [Getting started with Azure Playwrgiht NUnit](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.NUnit/samples/Sample1_SimpleSetup.md)
14+
- [Customising service parameters](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.NUnit/samples/Sample2_CustomisingServiceParameters.md)

sdk/loadtestservice/Azure.Developer.Playwright.NUnit/samples/Sample1_SimpleSetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Getting started with Azure Playwright NUnit SDK
22

3-
Follow the steps listed in this [README]<!--(https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.NUnit/README.md)--> to integrate your existing Playwright test suite with Azure Playwright service.
3+
Follow the steps listed in this [README](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.NUnit/README.md) to integrate your existing Playwright test suite with Azure Playwright service.
44
This guide explains how to quickly get started with the Azure Playwright NUnit SDK.
55

66
### Minimal configuration

sdk/loadtestservice/Azure.Developer.Playwright.NUnit/samples/Sample2_CustomisingServiceParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Learn about different available service parameters and how to use them
22

3-
Follow the steps listed in this [README]<!--(https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.NUnit/README.md)--> to integrate your existing Playwright test suite with Azure Playwright service.
3+
Follow the steps listed in this [README](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/loadtestservice/Azure.Developer.Playwright.NUnit/README.md) to integrate your existing Playwright test suite with Azure Playwright service.
44
This guide explains the different options available to you in the Azure.Developer.Playwright.NUnit package and how to use them.
55

66
### Customising remote browser parameters

0 commit comments

Comments
 (0)