Skip to content

Commit f406fd1

Browse files
committed
Update build names
Maybe these are causing the hang (invalid YAML?)
1 parent 9320267 commit f406fd1

8 files changed

Lines changed: 11 additions & 8 deletions

.github/workflows/crossBrowserTesting.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
DotnetVersion: 8.0.x
5050
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
5151
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
52+
BROWSERSTACK_BUILD_IDENTIFIER: gh-actions-cbt.${{ github.run_number }}.${{ github.run_attempt }}
5253

5354
steps:
5455
- name: Checkout
@@ -67,7 +68,9 @@ jobs:
6768
# Note that the BrowserStack SDK is presently incompatible with .NET 10
6869

6970
- name: Copy appropriate BrowserStack config
70-
run: cp Tests/CSF.Screenplay.Selenium.Tests/Tools/browserstack.${{ matrix.browserStackConfig }}.yml Tests/CSF.Screenplay.Selenium.Tests/browserstack.yml
71+
run: |
72+
cp Tests/CSF.Screenplay.Selenium.Tests/Tools/browserstack.${{ matrix.browserStackConfig }}.yml Tests/CSF.Screenplay.Selenium.Tests/browserstack.yml
73+
cat Tests/CSF.Screenplay.Selenium.Tests/browserstack.yml
7174
- name: Force .NET 8 with global.json
7275
run: |
7376
echo '{ "sdk": { "version": "8.0.418", "rollForward": "latestMinor" } }' > global.json

Tests/CSF.Screenplay.Selenium.Tests/Tools/browserstack.chromeLatest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platforms:
55
browserVersion: latest
66
parallelsPerPlatform: 5
77
browserstackLocal: true
8-
buildName: CBT Chrome (Latest/Windows 11)
8+
buildName: CBT_Chrome_Latest_Windows_11
99
projectName: CSF.Screenplay
1010
video: true
1111
testObservability: true

Tests/CSF.Screenplay.Selenium.Tests/Tools/browserstack.chromeOld.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platforms:
55
browserVersion: latest-50
66
parallelsPerPlatform: 5
77
browserstackLocal: true
8-
buildName: CBT Chrome (50 versions old/Windows 11)
8+
buildName: CBT_Chrome_50_versions_old_Windows_11
99
projectName: CSF.Screenplay
1010
video: true
1111
testObservability: true

Tests/CSF.Screenplay.Selenium.Tests/Tools/browserstack.edgeLatest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platforms:
55
browserVersion: latest
66
parallelsPerPlatform: 5
77
browserstackLocal: true
8-
buildName: CBT Edge (Latest/Windows 11)
8+
buildName: CBT_Edge_Latest_Windows_11
99
projectName: CSF.Screenplay
1010
video: true
1111
testObservability: true

Tests/CSF.Screenplay.Selenium.Tests/Tools/browserstack.firefoxLatest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platforms:
55
browserVersion: latest
66
parallelsPerPlatform: 5
77
browserstackLocal: true
8-
buildName: CBT Firefox (Latest/Windows 11)
8+
buildName: CBT_Firefox_Latest_Windows_11
99
projectName: CSF.Screenplay
1010
video: true
1111
testObservability: true

Tests/CSF.Screenplay.Selenium.Tests/Tools/browserstack.firefoxOld.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platforms:
55
browserVersion: latest-40
66
parallelsPerPlatform: 5
77
browserstackLocal: true
8-
buildName: CBT Firefox (40 versions old/Windows 11)
8+
buildName: CBT_Firefox_40_versions_old_Windows_11
99
projectName: CSF.Screenplay
1010
video: true
1111
testObservability: true

Tests/CSF.Screenplay.Selenium.Tests/Tools/browserstack.safari17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platforms:
55
browserVersion: 17.3
66
parallelsPerPlatform: 5
77
browserstackLocal: true
8-
buildName: CBT Safari (17.3/OS X Sonoma)
8+
buildName: CBT_Safari_17.3_OS_X_Sonoma
99
projectName: CSF.Screenplay
1010
video: true
1111
testObservability: true

Tests/CSF.Screenplay.Selenium.Tests/Tools/browserstack.safari26.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platforms:
55
browserVersion: 26.2
66
parallelsPerPlatform: 5
77
browserstackLocal: true
8-
buildName: CBT Safari (26.2/OS X Tahoe)
8+
buildName: CBT_Safari_26.2_OS_X_Tahoe
99
projectName: CSF.Screenplay
1010
video: true
1111
testObservability: true

0 commit comments

Comments
 (0)