Remove screenshotParams.png.compressionLevel

This commit is contained in:
Peter Hedenskog 2025-12-11 19:20:42 +01:00
parent 9344168746
commit 610b5bc06e
1 changed files with 0 additions and 6 deletions

View File

@ -1436,12 +1436,6 @@ export async function parseCommandLine() {
default: browsertimeConfig.screenshotParams.type,
group: 'Screenshot'
})
.option('browsertime.screenshotParams.png.compressionLevel', {
alias: 'screenshot.png.compressionLevel',
describe: 'zlib compression level',
default: browsertimeConfig.screenshotParams.png.compressionLevel,
group: 'Screenshot'
})
.option('browsertime.screenshotParams.jpg.quality', {
alias: 'screenshot.jpg.quality',
describe: 'Quality of the JPEG screenshot. 1-100',