NAME_TEMPLATE
// cypress-image-diff.config.js
const config = {
NAME_TEMPLATE: '[browserName]/[specName]-[givenName]'
};
module.exports = config;
// home-page.cy.js
cy.compareSnapshot('top-banner')// presumably the browserName is chrome
chrome/home-page.cy-top-bannerLast updated