Skip to content
/ oppose Public

Oppose captures screenshots of internal website pages and compares them for differences

Notifications You must be signed in to change notification settings

moshie/oppose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oppose

Oppose captures screenshots of internal website pages and compares them for differences

Capture Options

{
    environments: { live: 'http://google.com/', test: 'http://test.google.com/' },
    directory: path.join(process.cwd(), 'screenshots'),

    cluster: {
        maxConcurrency: 2,
        retryLimit: 0
    },

    browser: {
        width: 800,
        height: 600,
        deviceScaleFactor: 1,
        isMobile: false,
        hasTouch: false,
        isLandscape: false,
    },

    screenshot: {
        fullPage: true,
        type: 'png',
        // quality: 100,
        // clip: {},
        omitBackground: false,
    }
}

About

Oppose captures screenshots of internal website pages and compares them for differences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published