Skip to content

Commit e2a4f61

Browse files
authored
sauce labs: switch to W3C WebDriver protocol (video-dev#4834)
* sauce labs: switch to W3C WebDriver protocol see https://docs.saucelabs.com/dev/w3c-webdriver-capabilities/ * update `selenium-webdriver` to 4.4.0 * reenable auto updates for `selenium-webdriver` * remove `build` from local test * update min chrome version to 75 because ``` Misconfigured -- Unsupported Browser Version for W3C [53](https://github.com/video-dev/hls.js/runs/7744598202?check_suite_focus=true#step:8:54) The browser version selected does not support W3C web protocol tests. [54](https://github.com/video-dev/hls.js/runs/7744598202?check_suite_focus=true#step:8:55) To fix this, specify the browser version to be 75 or higher. [55](https://github.com/video-dev/hls.js/runs/7744598202?check_suite_focus=true#step:8:56) Or downgrade your test to JWP to test on older browser versions. ``` * skip drm test on chrome 75
1 parent b99fe27 commit e2a4f61

File tree

6 files changed

+14682
-279
lines changed

6 files changed

+14682
-279
lines changed

.github/workflows/automerge.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ jobs:
1515
with:
1616
repo-token: ${{ secrets.CI_GITHUB_TOKEN }}
1717
allowed-actors: renovate[bot]
18-
# versions newer than this don't work property with safari on saucelabs for some reason
19-
# see https://github.com/video-dev/hls.js/pull/4827
20-
package-block-list: selenium-webdriver

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -373,26 +373,26 @@ jobs:
373373
max-parallel: 8
374374
matrix:
375375
config:
376-
- safari-osx_10.15
376+
- safari-macOS_10.15
377377
- firefox-win_10
378378
- chrome-osx_10.11-79.0
379-
- chrome-win_7-69.0
379+
- chrome-win_7-75.0
380380

381381
include:
382-
- config: safari-osx_10.15
382+
- config: safari-macOS_10.15
383383
ua: safari
384-
os: OS X 10.15
384+
os: macOS 10.15
385385
- config: firefox-win_10
386386
ua: firefox
387387
os: Windows 10
388388
- config: chrome-osx_10.11-79.0
389389
ua: chrome
390390
os: OS X 10.11
391391
uaVersion: '79.0'
392-
- config: chrome-win_7-69.0
392+
- config: chrome-win_7-75.0
393393
ua: chrome
394394
os: Windows 7
395-
uaVersion: '69.0'
395+
uaVersion: '75.0'
396396

397397
steps:
398398
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)