Skip to content

Commit e1dfde8

Browse files
kamal-kaur04francisf
authored andcommitted
chore: change osVersion to platformVersion and remove consoleLogs
1 parent 6c6ebaf commit e1dfde8

File tree

4 files changed

+12
-20
lines changed

4 files changed

+12
-20
lines changed

android/junit4-examples/browserstack.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ app: ../WikipediaSample.apk
3636
# Entire list available here -> (https://www.browserstack.com/list-of-browsers-and-platforms/automate)
3737
platforms:
3838
- deviceName: Samsung Galaxy S22 Ultra
39-
osVersion: 12.0
39+
platformVersion: 12.0
4040
platformName: android
4141
- deviceName: Samsung Galaxy S21
42-
osVersion: 11.0
42+
platformVersion: 11.0
4343
platformName: android
4444
- deviceName: Google Pixel 6 Pro
45-
osVersion: 12.0
45+
platformVersion: 12.0
4646
platformName: android
4747

4848
# =======================
@@ -74,5 +74,3 @@ browserstackLocal: true # <boolean> (Default false)
7474
# ===================
7575
debug: false # <boolean> # Set to true if you need screenshots for every selenium command ran
7676
networkLogs: false # <boolean> Set to true to enable HAR logs capturing
77-
consoleLogs: errors # <string> Remote browser's console debug levels to be printed (Default: errors)
78-
# Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors)

android/junit5-examples/browserstack.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ app: ../WikipediaSample.apk
3737

3838
platforms:
3939
- deviceName: Samsung Galaxy S22 Ultra
40-
osVersion: 12.0
40+
platformVersion: 12.0
4141
platformName: android
4242
- deviceName: Samsung Galaxy S21
43-
osVersion: 11.0
43+
platformVersion: 11.0
4444
platformName: android
4545
- deviceName: Google Pixel 6 Pro
46-
osVersion: 12.0
46+
platformVersion: 12.0
4747
platformName: android
4848

4949
# =======================
@@ -75,5 +75,3 @@ browserstackLocal: true # <boolean> (Default false)
7575
# ===================
7676
debug: false # <boolean> # Set to true if you need screenshots for every selenium command ran
7777
networkLogs: false # <boolean> Set to true to enable HAR logs capturing
78-
consoleLogs: errors # <string> Remote browser's console debug levels to be printed (Default: errors)
79-
# Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors)

ios/junit4-examples/browserstack.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ app: ../BStackSampleApp.ipa
3737

3838
platforms:
3939
- deviceName: iPhone 14 Pro
40-
osVersion: 16
40+
platformVersion: 16
4141
platformName: ios
4242
- deviceName: iPhone 13 Pro
43-
osVersion: 15
43+
platformVersion: 15
4444
platformName: ios
4545
- deviceName: iPhone XS
46-
osVersion: 14
46+
platformVersion: 14
4747
platformName: ios
4848

4949
# =======================
@@ -75,5 +75,3 @@ browserstackLocal: true # <boolean> (Default false)
7575
# ===================
7676
debug: false # <boolean> # Set to true if you need screenshots for every selenium command ran
7777
networkLogs: false # <boolean> Set to true to enable HAR logs capturing
78-
consoleLogs: errors # <string> Remote browser's console debug levels to be printed (Default: errors)
79-
# Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors)

ios/junit5-examples/browserstack.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ app: ../BStackSampleApp.ipa
3737

3838
platforms:
3939
- deviceName: iPhone 14 Pro
40-
osVersion: 16
40+
platformVersion: 16
4141
platformName: ios
4242
- deviceName: iPhone 13 Pro
43-
osVersion: 15
43+
platformVersion: 15
4444
platformName: ios
4545
- deviceName: iPhone XS
46-
osVersion: 14
46+
platformVersion: 14
4747
platformName: ios
4848

4949
# =======================
@@ -75,5 +75,3 @@ browserstackLocal: true # <boolean> (Default false)
7575
# ===================
7676
debug: false # <boolean> # Set to true if you need screenshots for every selenium command ran
7777
networkLogs: false # <boolean> Set to true to enable HAR logs capturing
78-
consoleLogs: errors # <string> Remote browser's console debug levels to be printed (Default: errors)
79-
# Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors)

0 commit comments

Comments
 (0)