Skip to content

Commit 4b9b458

Browse files
committed
WIP #250 - Update YML
Small improvements
1 parent 907efdd commit 4b9b458

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/crossBrowserTesting.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
BSaccessKey: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
7272
BSprojectName: CSF.Screenplay
7373
BSbuildName: ghActionsRun.${{ github.run_number }}.${{ github.run_attempt }}_${{ matrix.browserName }}:${{ matrix.browserVersion }}_${{ matrix.os }}:${{ matrix.osVersion }}
74+
BSparallelism: 5
7475

7576
steps:
7677
- name: Checkout
@@ -99,9 +100,9 @@ jobs:
99100

100101
- name: Build the solution
101102
run: dotnet build -c ${{ env.Configuration }}
102-
- name: Run .NET tests with coverage
103+
- name: Run .NET Selenium tests only
103104
id: dotnet_tests
104-
run: dotnet test -c ${{ env.Configuration }} --no-build Tests/CSF.Screenplay.Selenium.Tests -- NumberOfTestWorkers=5
105+
run: dotnet test -c ${{ env.Configuration }} --no-build Tests/CSF.Screenplay.Selenium.Tests -- NumberOfTestWorkers=$BSparallelism
105106
continue-on-error: true
106107

107108
# Post-test tasks (artifacts, overall status)

0 commit comments

Comments
 (0)