This repository has been archived by the owner on Oct 30, 2021. It is now read-only.
Improve Test Debug logging
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