garris / BackstopJS

Catch CSS curve balls.
http://backstopjs.org
MIT License
6.67k stars 605 forks source link

Backstop Test is not run if Backstop Reference fails #1435

Closed sreeram1985 closed 1 year ago

sreeram1985 commented 1 year ago

If I run both Backstop Reference and Backstop Test together, and while executing reference if an error occur for any of the scenarios then Backstop test is not started automatically after reference command is completed.

Ex - npx backstop reference && npx backstop test

Is there a way to overcome this?

rynodivino commented 1 year ago

Also running into this issue

garris commented 1 year ago

I am not sure if I understand the question, but the following should run regardless of any scenario errors...

npx backstop reference ; npx backstop test
sreeram1985 commented 1 year ago

Hi @garris This resolved the issue that I reported. Thanks a lot :)