File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ function setShadowDom(args: ParsedArgs): void {
108108function expandBrowserAlias ( browser : string ) : string {
109109 switch ( browser ) {
110110 case 'chrome:devextreme-shr2' :
111- return 'chrome:headless --no-sandbox --disable-gpu --window-size=1200,800 --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 --font-render-hinting=none --disable-font-subpixel-positioning' ;
111+ return 'chrome:headless --no-sandbox --disable-dev-shm-usage --disable- gpu --window-size=1200,800 --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 --font-render-hinting=none --disable-font-subpixel-positioning' ;
112112 case 'chrome:docker' :
113113 return 'chromium:headless --no-sandbox --disable-gpu --window-size=1200,800' ;
114114 default :
You can’t perform that action at this time.
0 commit comments