You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NUnit-BrowserStack/browserstack.yml
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
# =============================
4
4
# Add your BrowserStack userName and acccessKey here or set BROWSERSTACK_USERNAME and
5
5
# BROWSERSTACK_ACCESS_KEY as env variables
6
+
6
7
userName: YOUR_USERNAME
7
8
accessKey: YOUR_ACCESS_KEY
8
9
@@ -41,17 +42,6 @@ platforms:
41
42
browserName: chrome # Try 'samsung' for Samsung browser
42
43
osVersion: 12.0
43
44
44
-
# =======================
45
-
# Parallels per Platform
46
-
# =======================
47
-
# The number of parallel threads to be used for each platform set.
48
-
# BrowserStack's SDK runner will select the best strategy based on the configured value
49
-
#
50
-
# 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
51
-
#
52
-
# 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
0 commit comments