Skip to content

Commit

Permalink
TestCafe demos tests: bump version to 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Oct 9, 2024
1 parent 65b5555 commit 3039e44
Show file tree
Hide file tree
Showing 5 changed files with 437 additions and 521 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demos_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,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=old --disable-gpu --window-size=1200,800 --js-flags=--random-seed=2147483647
#DEBUG: hammerhead:*,testcafe:*
CONCURRENCY: 4
TCQUARANTINE: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demos_visual_tests_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ jobs:
working-directory: apps/demos
env:
CHANGEDFILEINFOSPATH: changed-files.json
BROWSERS: chrome:headless --disable-gpu --window-size=1200,800 --js-flags=--random-seed=2147483647
BROWSERS: chrome --headless=old --disable-gpu --window-size=1200,800 --js-flags=--random-seed=2147483647
# DEBUG: hammerhead:*,testcafe:*
CONCURRENCY: 4
TCQUARANTINE: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-testcafe-on-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
working-directory: devextreme/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=old --disable-gpu --window-size=1200,800 --js-flags=--random-seed=2147483647
#DEBUG: hammerhead:*,testcafe:*
CONCURRENCY: 4
TCQUARANTINE: true
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "35.0.0",
"systemjs-builder": "0.16.15",
"testcafe": "2.6.2",
"testcafe": "3.6.2",
"ts-node": "10.9.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit 3039e44

Please sign in to comment.