Description
Automated tests for Elm projects can be run from the command line, helping developers catch regressions before publishing a web app.
This is a developer testing tool, usually used in project scripts or continuous integration. It runs test code from the project, so treat third-party test suites and dependencies with the same caution as other executable development code.