File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -13,35 +13,16 @@ jobs:
1313 cache-key : false
1414 os : windows
1515 run : |
16- bazel build //dotnet/src/webdriver
17- bazel build //dotnet/src/support
16+ bazel build //dotnet:all
1817
1918 integration-tests :
2019 name : Browser Tests
2120 needs : build
2221 uses : ./.github/workflows/bazel.yml
23- strategy :
24- fail-fast : false
25- matrix :
26- driver :
27- - Chrome
28- - Firefox
29- framework :
30- - net48
31- - net6.0
32- include :
33- - driver : Chrome
34- browser : chrome
35- - driver : Firefox
36- browser : chrome
3722 with :
38- name : Browser Tests (${{ matrix.driver }}, ${{ matrix.framework }})
39- browser : ${{ matrix.browser }}
23+ name : Browser Tests
4024 cache-key : false
4125 java-version : 17
4226 os : windows
4327 run : |
44- bazel build //dotnet/test/common:${{ matrix.browser }}
45- $env:ACTIVE_DRIVER_CONFIG = '${{ matrix.driver }}'
46- cd dotnet
47- dotnet test test/common/WebDriver.Common.Tests.csproj --framework ${{ matrix.framework }}
28+ bazel test //dotnet/test/common:ElementFindingTest-firefox //dotnet/test/common:ElementFindingTest-chrome
You can’t perform that action at this time.
0 commit comments