html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
41 lines • 1.31 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DiffModes = void 0;
exports.DiffModes = {
THREE_UP: {
id: '3-up',
title: 'List',
description: 'List. Show images one after another in vertical layout.'
},
THREE_UP_SCALED: {
id: '3-up-scaled',
title: 'SbS',
description: 'Side by Side. Show images in one row.'
},
THREE_UP_SCALED_TO_FIT: {
id: '3-up-scaled-to-fit',
title: 'SbS (fit screen)',
description: 'Side by Side. Show images in one row and scale them down if needed to fit the screen.'
},
ONLY_DIFF: {
id: 'only-diff',
title: 'Only Diff',
description: 'Only Diff. Show only diff image, click to highlight diff areas.'
},
SWITCH: {
id: 'switch',
title: 'Switch',
description: 'Switch. Click to switch between expected and actual images.'
},
SWIPE: {
id: 'swipe',
title: 'Swipe',
description: 'Swipe. Move the divider to compare expected and actual images.'
},
ONION_SKIN: {
id: 'onion-skin',
title: 'Onion skin',
description: 'Onion Skin. Change the image opacity to compare expected and actual images.'
}
};
//# sourceMappingURL=diff-modes.js.map