Skip to content

Commit dd1530b

Browse files
Restore Example 1/Example 2 generic comment in Parallels block
Addresses the xunit-reqnroll PR #1 review feedback from @xxshubhamxx (structural parity with junit-browserstack/junit-5/browserstack.yml). Keeps the NUnit-specific 4 platforms x 2 fixtures = 8 sessions note underneath the generic Example 1/Example 2 worked-example text. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6a37d35 commit dd1530b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

NunitPlaywrightBrowserstack.Tests/browserstack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ platforms:
6060
# The number of parallel threads to be used for each platform set.
6161
# BrowserStack's SDK runner will select the best strategy based on the configured value
6262
#
63+
# Example 1 - If you have configured 3 platforms and set `parallelsPerPlatform` as 2, a total of 6 (2 * 3) parallel threads will be used on BrowserStack
64+
#
65+
# Example 2 - If you have configured 1 platform and set `parallelsPerPlatform` as 5, a total of 5 (1 * 5) parallel threads will be used on BrowserStack
66+
#
6367
# This sample sets parallelsPerPlatform: 2 to demonstrate NUnit's fixture-level
6468
# parallelism on top of the SDK's per-platform fan-out: 4 platforms x 2 fixtures
6569
# (BStackDemoCart + BStackLocalSample) = 8 concurrent sessions per `dotnet test`.

0 commit comments

Comments
 (0)