garris/BackstopJS

Backstop Test is not run if Backstop Reference fails

Closed this issue · 3 comments

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?

Also running into this issue

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

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