Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency chrome to v124 #27201

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/run-qunit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
if: ${{ inputs.browser == 'chrome' }}
uses: ./.github/actions/setup-chrome
with:
chrome-version: '121.0.6167.160'
chrome-version: '124.0.6367.91'

- name: Setup Firefox profile
if: ${{ inputs.browser == 'firefox' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/demos_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '121.0.6167.160'
chrome-version: '124.0.6367.91'

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
env:
STRATEGY: ${{ matrix.STRATEGY }}
CHANGEDFILEINFOSPATH: changed-files.json
BROWSERS: chrome:headless --disable-partial-raster --disable-skia-runtime-opts --run-all-compositor-stages-before-draw --disable-new-content-rendering-timeout --disable-threaded-animation --disable-threaded-scrolling --disable-checker-imaging --disable-image-animation-resync --use-gl="swiftshader" --disable-features=PaintHolding --js-flags=--random-seed=2147483647 --font-render-hinting=none --disable-font-subpixel-positioning
BROWSERS: chrome --headless=new --disable-partial-raster --disable-skia-runtime-opts --run-all-compositor-stages-before-draw --disable-new-content-rendering-timeout --disable-threaded-animation --disable-threaded-scrolling --disable-checker-imaging --disable-image-animation-resync --use-gl="swiftshader" --disable-features=PaintHolding --js-flags=--random-seed=2147483647 --font-render-hinting=none --disable-font-subpixel-positioning
#DEBUG: hammerhead:*,testcafe:*
CONCURRENCY: 4
TCQUARANTINE: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/demos_visual_tests_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '121.0.6167.160'
chrome-version: '124.0.6367.91'

- name: Restore npm cache
uses: actions/cache@v4
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
working-directory: apps/demos
env:
CHANGEDFILEINFOSPATH: changed-files.json
BROWSERS: chrome:headless --disable-partial-raster --disable-skia-runtime-opts --run-all-compositor-stages-before-draw --disable-new-content-rendering-timeout --disable-threaded-animation --disable-threaded-scrolling --disable-checker-imaging --disable-image-animation-resync --use-gl="swiftshader" --disable-features=PaintHolding --js-flags=--random-seed=2147483647 --font-render-hinting=none --disable-font-subpixel-positioning
BROWSERS: chrome --headless=new --disable-partial-raster --disable-skia-runtime-opts --run-all-compositor-stages-before-draw --disable-new-content-rendering-timeout --disable-threaded-animation --disable-threaded-scrolling --disable-checker-imaging --disable-image-animation-resync --use-gl="swiftshader" --disable-features=PaintHolding --js-flags=--random-seed=2147483647 --font-render-hinting=none --disable-font-subpixel-positioning
#DEBUG: hammerhead:*,testcafe:*
CONCURRENCY: 4
TCQUARANTINE: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playgrounds_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '121.0.6167.160'
chrome-version: '124.0.6367.91'

- name: Use Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testcafe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '121.0.6167.160'
chrome-version: '124.0.6367.91'

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion apps/react/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ createTestCafe('127.0.0.1')
const runner = tsc.createRunner();
return runner
.src('test.js')
.browsers('chrome:headless --disable-gpu --window-size=1200,800')
.browsers('chrome --headless=new --disable-gpu --window-size=1200,800')
.run();
}).then(failedCount => {
testCafe.close();
Expand Down
2 changes: 1 addition & 1 deletion apps/vue/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ createTestCafe('localhost')
const runner = tsc.createRunner();
return runner
.src('test.js')
.browsers('chrome:headless --disable-gpu --window-size=1200,800')
.browsers('chrome --headless=new --disable-gpu --window-size=1200,800')
.run();
}).then(failedCount => {
testCafe.close();
Expand Down
4 changes: 2 additions & 2 deletions e2e/testcafe-devextreme/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ function setShadowDom(args) {
function expandBrowserAlias(browser) {
switch(browser) {
case 'chrome:devextreme-shr2':
return 'chrome:headless --disable-gpu --window-size=1200,800';
return 'chrome --headless=new --disable-gpu --window-size=1200,800';
case 'chrome:docker':
return 'chromium:headless --no-sandbox --disable-gpu --window-size=1200,800';
return 'chromium --headless=new --no-sandbox --disable-gpu --window-size=1200,800';
}

return browser;
Expand Down