File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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)
You can’t perform that action at this time.
0 commit comments