Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Improve Test Debug logging

Compare
Choose a tag to compare
@benansell benansell released this 06 Nov 07:13
· 165 commits to master since this release
a9ff4f9

Changes:

  • Improves reporting of Debug.log messages so that they are no longer reported during the test run in the progress output. They are now reported in context of the test that produced them after the test run is complete
  • Add --hideDebugMessages option to prevent reporting of any test Debug.log messages
  • Improve test elm package dependency checking to check for narrowed constraints
  • Update npm dependencies