webpack-contrib / webpack-canary

Canary tooling for checking webpack dependencies against specific webpack versions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better error messaging when the tests fail

DarkoKukovec opened this issue · comments

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