webpack-contrib / webpack-canary

Canary tooling for checking webpack dependencies against specific webpack versions
MIT License
47 stars 11 forks source link

Better error messaging when the tests fail #56

Open DarkoKukovec opened 6 years ago

DarkoKukovec commented 6 years ago

We show the stack trace and error message when something wrong happens, but the goal is to show all errors (not stop after the first one). This works as expected in most cases locally but sometimes fails on CI.

Related to #45