azer / prova

Test runner based on Tape and Browserify
Other
333 stars 30 forks source link

how would you plug prova into saucelabs ? (multi browser tests) #35

Open vvo opened 9 years ago

vvo commented 9 years ago

I know https://github.com/defunctzombie/zuul and prova, zuul can launch browsers in saucelabs.

Zuul can run tape tests in saucelabs, do you have any experience in plugging prova with zuul or are you planning to make prova cloud multi-browser aware?

I have libraries I would like to test on many browsers, not just the ones provided by browser launcher.

Thanks !

vvo commented 9 years ago

So far I have tested karma and testem to see if prova fits but it does not. I really love prova but I wonder how I could plug it to run tests to saucelabs, in parallel, with test results showing progressively.

Don't you have this requirement for your libs @azer?