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

Fast and portable executable to run your Elm tests

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

It would be helpful to get the location of a test. At least the line number, column would be a bonus. I'm not too sure if we need the file...

Currently, the `--watch` mode re-run everything. This is a simple but very useful strategy. Few improvements may come to mind. 1. Only rerun tests potentially impacted by the change 2....

Here is a screenshot from an example implementation started in PR #4 That implementation did not work in all cases so it may be inexact (I don't remember exactly how...

help wanted

Currently, the design of the supervisor and runners is very straightforward and generic: give one test to each worker. When a worker sends a result, give it another test and...