elm-community / elm-test

moved to elm-explorations/test
https://github.com/elm-explorations/test
BSD 3-Clause "New" or "Revised" License
340 stars 35 forks source link

Run real-world tests in travis? #120

Open drathier opened 7 years ago

drathier commented 7 years ago

@Janiczek made a good point in #119 "Do you know of some diverse test suites publicly available on GitHub? It would be good to test the new code on something nontrivial."

Can we add another Travis job that runs some real-world tests? i.e. running the elm-test suites for some stable Elm projects? Preferably the tests in this repo would be blocking, while tests from other repos are informational.

rtfeldman commented 7 years ago

@drathier since Travis jobs are repo-based, I think the way to do this "informationally" would be to create a separate repo which ran the real-world tests.