Skip to content

Commit de62343

Browse files
kashish2508guptakashish
andauthored
docs(loadtestservice): 1.0.0-beta..2 release changes (#51703)
* changelog * added runName in sample --------- Co-authored-by: guptakashish <[email protected]>
1 parent 90b1a6d commit de62343

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.0.0-beta.2 (2025-08-06)
84

95
### Bugs Fixed
106

11-
### Other Changes
7+
- Updated all README documents for better clarity and accuracy.
128

139
## 1.0.0-beta.1 (2025-07-01)
1410

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public class PlaywrightServiceNUnitSetup : PlaywrightServiceBrowserNUnit
2727
OS = OSPlatform.Linux,
2828
ExposeNetwork = "<loopback>",
2929
RunId = Guid.NewGuid().ToString(),
30+
RunName = "Playwright Service Test Run",
3031
}
3132
)
3233
{

sdk/loadtestservice/Azure.Developer.Playwright.NUnit/tests/samples/Sample2_CustomisingServiceParameters.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public PlaywrightServiceNUnitSetup() : base(
3030
OS = OSPlatform.Linux,
3131
ExposeNetwork = "<loopback>",
3232
RunId = Guid.NewGuid().ToString(),
33+
RunName = "Playwright Service Test Run",
3334
}
3435
)
3536
{
@@ -44,6 +45,7 @@ public Sample2ServiceSetup() : base(
4445
OS = OSPlatform.Linux,
4546
ExposeNetwork = "<loopback>",
4647
RunId = Guid.NewGuid().ToString(),
48+
RunName = "Playwright Service Test Run",
4749
}
4850
)
4951
{

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.2 (2025-08-06)
44

55
### Features Added
66

7-
### Breaking Changes
7+
- Added Support for activity log.
8+
- Added RunName feature.
89

910
### Bugs Fixed
1011

11-
### Other Changes
12+
- Updated all README documents for better clarity and accuracy.
1213

1314
## 1.0.0-beta.1 (2025-07-01)
1415

0 commit comments

Comments
 (0)