elm-test icon indicating copy to clipboard operation
elm-test copied to clipboard

A unit testing framework for Elm

Results 14 elm-test issues
Sort by recently updated
recently updated
newest added

This is the only link I find when searching for elm-test in Google. It's very difficult for other people to see/understand that this package has been moved to the elm-community....

I'd like to test a Task. Is this already possible?

enhancement

I am trying to install this package, and am encountering an error. `Error: failed with 'TlsExceptionHostPort (HandshakeFailed (Error_Packet_unexpected "Alert [(AlertLevel_Fatal,BadRecordMac)]" " expected: change cipher")) "github.com" 80' when sending request to...

Currently elm-test exposes three test runners (elementRunner, consoleRunner, and stringRunner). I purpose that instead of exposing these different kinds of test runners it just exposes a 'run' method that produces...

Hey, this PR adds a console runner that outputs TAP13 formatted test results (https://testanything.org/tap-version-13-specification.html). Might help with #34 Here's a sample ![sample_tap_output](https://cloud.githubusercontent.com/assets/13130664/13549258/1e2eaa28-e302-11e5-85be-2c6aaa64916d.png) If there is anything that I can do...

Hi I'm trying to assert on the view part, but I'm getting a runtime javascript error when asserting Html (in both reactor and through node) ``` TypeError: v is not...

Not sure if this belongs here or over there at https://github.com/rtfeldman/node-elm-test, but when I want to run tests which `import` a 3rd party module with native code, in my case...

Hi ! I'm about to add initial support for elm-test in my [elm-light](http://github.com/rundis/elm-light) plugin. I'll most likely add support for running tests through [node-elm-test](https://github.com/rtfeldman/node-elm-test). Anyways it would be great if...