Skip to content

Commit 6c6ebaf

Browse files
kamal-kaur04francisf
authored andcommitted
chore: new line and buildName revert
1 parent a68795f commit 6c6ebaf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ target/
33
local.log
44
.idea
55
*.iml
6-
*/*/logs
6+
*/*/logs

android/junit5-examples/browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ platforms:
5555
# 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
5656
#
5757
# 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
58-
parallelsPerPlatform: 2
58+
parallelsPerPlatform: 1
5959

6060
# ==========================================
6161
# BrowserStack Local

ios/junit5-examples/browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ accessKey: BROWSERSTACK_ACCESS_KEY
1313
# Set 'projectName' to the name of your project. Example, Marketing Website
1414
projectName: BrowserStack Samples
1515
# Set `buildName` as the name of the job / testsuite being run
16-
buildName: browserstack junit-5 iOS
16+
buildName: browserstack build
1717
# `buildIdentifier` is a unique id to differentiate every execution that gets appended to
1818
# buildName. Choose your buildIdentifier format from the available expressions:
1919
# ${BUILD_NUMBER} (Default): Generates an incremental counter with every execution

0 commit comments

Comments
 (0)