Path: blob/main/static/src/gs/public/gopher-kart/css/milligram/backstop.conf.js
1344 views
'use strict'1const config = {2viewports: [{3name: 'phone',4width: 320,5height: 4806}, {7name: 'laptop',8width: 1280,9height: 80010}],11scenarios: [{12label: 'Typography',13url: 'http://localhost:3000',14hideSelectors: [],15removeSelectors: [],16selectors: ['#typography .example'],17readyEvent: null,18delay: 500,19misMatchThreshold: 0.1,20onReadyScript: null,21onBeforeScript: null22}, {23label: 'Blockquotes',24url: 'http://localhost:3000',25hideSelectors: [],26removeSelectors: [],27selectors: ['#blockquotes .example'],28readyEvent: null,29delay: 500,30misMatchThreshold: 0.1,31onReadyScript: null,32onBeforeScript: null33}, {34label: 'Buttons',35url: 'http://localhost:3000',36hideSelectors: [],37removeSelectors: [],38selectors: ['#buttons .example'],39readyEvent: null,40delay: 500,41misMatchThreshold: 0.1,42onReadyScript: null,43onBeforeScript: null44}, {45label: 'Lists',46url: 'http://localhost:3000',47hideSelectors: [],48removeSelectors: [],49selectors: ['#lists .example'],50readyEvent: null,51delay: 500,52misMatchThreshold: 0.1,53onReadyScript: null,54onBeforeScript: null55}, {56label: 'Forms',57url: 'http://localhost:3000',58hideSelectors: [],59removeSelectors: [],60selectors: ['#forms .example'],61readyEvent: null,62delay: 500,63misMatchThreshold: 0.1,64onReadyScript: null,65onBeforeScript: null66}, {67label: 'Tables',68url: 'http://localhost:3000',69hideSelectors: [],70removeSelectors: [],71selectors: ['#tables .example'],72readyEvent: null,73delay: 500,74misMatchThreshold: 0.1,75onReadyScript: null,76onBeforeScript: null77}, {78label: 'Grids',79url: 'http://localhost:3000',80hideSelectors: [],81removeSelectors: [],82selectors: ['#grids .example'],83readyEvent: null,84delay: 500,85misMatchThreshold: 0.1,86onReadyScript: null,87onBeforeScript: null88}, {89label: 'Codes',90url: 'http://localhost:3000',91hideSelectors: [],92removeSelectors: [],93selectors: ['#codes .example'],94readyEvent: null,95delay: 500,96misMatchThreshold: 0.1,97onReadyScript: null,98onBeforeScript: null99}, {100label: 'Utilities',101url: 'http://localhost:3000',102hideSelectors: [],103removeSelectors: [],104selectors: ['#utilities .example'],105readyEvent: null,106delay: 500,107misMatchThreshold: 0.1,108onReadyScript: null,109onBeforeScript: null110}],111paths: {112bitmaps_reference: 'test/regression',113bitmaps_test: 'node_modules/backstopjs/.tmp/bitmaps_test',114casper_scripts: 'node_modules/backstopjs/.tmp/casper_scripts',115html_report: 'node_modules/backstopjs/.tmp/html_report',116ci_report: 'node_modules/backstopjs/.tmp/ci_report'117},118engine: 'phantomjs',119report: [120'browser',121'CLI',122'CI'123],124casperFlags: [],125debug: false,126port: 3002127}128129module.exports = config130131132