Skip to content

Commit f23b98c

Browse files
sandereggpcrespov
andauthored
set jpg quality to 15% (#1871)
Co-authored-by: Pedro Crespo <[email protected]>
1 parent 1fb5623 commit f23b98c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/utils/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ async function takeScreenshot(page, captureName = "") {
213213
fullPage: true,
214214
path: path,
215215
type: 'jpeg',
216+
quality: 15
216217
})
217218
}
218219
catch(err) {

0 commit comments

Comments
 (0)