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

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

Open tad-lispy opened this issue 6 years ago • 2 comments

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.

tad-lispy avatar Apr 01 '19 06:04 tad-lispy

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.

harrysarson avatar Apr 01 '19 06:04 harrysarson

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

tad-lispy avatar Apr 01 '19 07:04 tad-lispy