Remove screenshotParams.png.compressionLevel
This commit is contained in:
parent
9344168746
commit
610b5bc06e
|
|
@ -1436,12 +1436,6 @@ export async function parseCommandLine() {
|
||||||
default: browsertimeConfig.screenshotParams.type,
|
default: browsertimeConfig.screenshotParams.type,
|
||||||
group: 'Screenshot'
|
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', {
|
.option('browsertime.screenshotParams.jpg.quality', {
|
||||||
alias: 'screenshot.jpg.quality',
|
alias: 'screenshot.jpg.quality',
|
||||||
describe: 'Quality of the JPEG screenshot. 1-100',
|
describe: 'Quality of the JPEG screenshot. 1-100',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue