Open mattab opened 8 years ago
Maybe also BrowserStack would be worth a try: https://www.browserstack.com/javascript-testing-api
An idea could be to create one selenium test that checks that all testsuites of http://piwik.example.com/tests/javascript/ were executed successfully. Then we can open this page via selenium and run them in different browsers via BrowserStack or SauceLabs. We won't be able to run them on CLI via phantomjs
Be aware that the tests are not written to run in all browsers. Eg I'm pretty sure they won't run in < IE8 I think.
FYI: we now have a ‘Solo Live’ and ‘Basic Automate’ plan account at BrowserStack.com :+1:
As we announce to users & clients that our JavaScript Tracking SDK supports many browsers, it is important to run our automated test suite on more than just webkit.
How could we use a web service, such as saucelabs, to run our automated piwik.js tests on more browsers?