chenglou / node-huxley

Codeless front-end testing.
MIT License
361 stars 29 forks source link

Test failure ends test run prematurely #47

Closed georgecrawford closed 10 years ago

georgecrawford commented 10 years ago

If a single test fails, the entire test run is aborted:

At test.hux
  Taking screenshot 1
New screenshot looks different. The diff image is saved for you to examine.

The tests now halt. You might have unfinished tasks.

This isn't so useful for CI - I'd ideally like the entire suite to run to completion, but for any errors to be summarised at the end, so that they can be sent in their entirety to the CI reporter.

chenglou commented 10 years ago

Yeah, that makes way more sense. Will do.

chenglou commented 10 years ago

Fixed in master. Will push after I land a few more changes.

chenglou commented 10 years ago

Released! https://github.com/chenglou/node-huxley/blob/master/HISTORY.md#080