Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run elm tests as part of Ember test suite #24

Open
ondrejsevcik opened this issue Sep 17, 2018 · 1 comment
Open

Run elm tests as part of Ember test suite #24

ondrejsevcik opened this issue Sep 17, 2018 · 1 comment

Comments

@ondrejsevcik
Copy link
Contributor

ondrejsevcik commented Sep 17, 2018

Hi, it should be possible to create something similar like this package https://github.com/elm-community/html-test-runner for embe tests. That way, we could run tests in browser as a part of Ember test suite.

If we're able to generate qunit test for every elm test, it should be relatively easy to include those tests into tests that are run in browser.

@MattCheely
Copy link
Collaborator

I looks like html-test-runner has yet to be updated for 0.19, and that may or may not happen, as there doesn't seem to be a lot of folks asking for it right now (elm-community/html-test-runner#9). That said, I agree that when embedding in Ember it would be best if the Elm tests always ran as part of the entire test suite.

I probably won't have time to tackle this for a while, as I want to work on #22 first, but PR's and any research on how to make it work are certainly welcome in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants