eeue56 / elm-html-test

Test elm-html in Elm!
http://package.elm-lang.org/packages/eeue56/elm-html-test/latest
BSD 3-Clause "New" or "Revised" License
67 stars 15 forks source link

What's the relation between this project and elm-explorations/test? #71

Open tad-lispy opened 5 years ago

tad-lispy commented 5 years ago

Hey! I'm still getting started with tests so I'm easily confused.

The elm-explorations/test package exposes Test.Html.Event, Test.Html.Query and Test.Html.Selector with very similar API. Was this project merged with the other? Which one should I use? Are there any differences? Perhaps this should be addressed in the ReadMe.

harrysarson commented 5 years ago

If you are using elm 19 use elm-explorations/test.

This package support elm 18.

Therefore, unless you are maintaining old code, use the other package.

Perhaps this should be addressed in the ReadMe.

I made a pull request to do exactly that but I don't think anyone with the power to push commits to this repo still watches it.

tad-lispy commented 5 years ago

cc @eeue56 https://github.com/eeue56/elm-html-test/pull/70