artasparks / glift

Go Lightweight Frontend
MIT License
115 stars 33 forks source link

Run Qunit tests in TravisCI #134

Closed pconerly closed 8 years ago

pconerly commented 8 years ago

What do you think? It'd hopefully encourage more tests and it'd make it easier for you to verify PRs from all those shady developers on github, like me. :D

artasparks commented 8 years ago

Been looking into this. The easies way forward would be to split the tests into to unit tests and integration tests so I can run the former with a headless V8 (phantom). That's probably a good thing to do anyway.

artasparks commented 8 years ago

Note to self: http://phantomjs.org/headless-testing.html

artasparks commented 8 years ago

Also:

artasparks commented 8 years ago

Done!!