garris / ember-backstop

BackstopJS visual regression testing addon for Ember.
MIT License
56 stars 21 forks source link

Unable to generate CI report #89

Closed vijaymnishanth closed 2 months ago

vijaymnishanth commented 2 months ago

Below is my backstop config, i have configured CI repot, yet its not getting generated , please suggest if any change is needed

`/ eslint-env browser, node /

module.exports = { id: ember-backstop test, viewports: [ { label: 'webview', width: 1440, height: 900, }, ], onReadyScript: puppet/onReady.js, scenarios: [ { label: '{testName}', url: '{origin}/backstop/dview/{testId}/{scenarioId}', delay: 500, }, ], paths: { bitmaps_reference: 'backstop_data/bitmaps_reference', bitmaps_test: 'backstop_data/bitmaps_test', engine_scripts: 'backstop_data/engine_scripts', html_report: 'backstop_data/html_report', ci_report: 'backstop_data/ci_report', }, report: ["CI"], engine: 'puppet', engineOptions: { args: ['--no-sandbox'], }, asyncCaptureLimit: 10, asyncCompareLimit: 50, debug: false, debugWindow: false }; `

vijaymnishanth commented 2 months ago

Worked after starting a new command line session.