Runs elm-test suites from Node.js
npm install -g elm-testelm-test init # Adds the Elm-Test dependency and creates TestRunner.elm and Tests.elm
elm-test TestRunner.elm # Runs the testsThen add your tests to Tests.elm.
Also check out elm-check for property-based testing via elm-test!