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
# The following capabilities are used to set up reporting on BrowserStack:
13
13
# Set 'projectName' to the name of your project. Example, Marketing Website
14
-
projectName: BrowserStack Samples
14
+
projectName: TL BS cucumber-testng
15
15
# Set `buildName` as the name of the job / testsuite being run
16
-
buildName: browserstack build
16
+
buildName: browserstack build new
17
17
# `buildIdentifier` is a unique id to differentiate every execution that gets appended to
18
18
# buildName. Choose your buildIdentifier format from the available expressions:
19
19
# ${BUILD_NUMBER} (Default): Generates an incremental counter with every execution
@@ -54,7 +54,7 @@ platforms:
54
54
# 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
55
55
#
56
56
# 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