Skip to content

Commit

Permalink
set disableNativeAutomation to true
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Oct 9, 2024
1 parent 58c283f commit bacd7db
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/demos/utils/visual-tests/testcafe-runner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ async function main() {

const failedCount = await runner
.reporter(reporters)
.browsers(process.env.BROWSERS || 'chrome --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(process.env.BROWSERS || 'chrome --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')
.concurrency(concurrency || 1)
.run({
quarantineMode: process.env.TCQUARANTINE ? { successThreshold: 1, attemptLimit: 5 } : false,
Expand Down
2 changes: 1 addition & 1 deletion e2e/testcafe-devextreme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devextreme-testcafe-models": "workspace:*",
"minimist": "1.2.8",
"nconf": "0.12.1",
"testcafe": "3.6.2"
"testcafe": "3.6.0"
}
}
140 changes: 129 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bacd7db

Please sign in to comment.