privly / privly-safari

Official Safari Browser Extension
https://priv.ly
MIT License
13 stars 5 forks source link

Integrate Karma Test Runner #9

Closed sambuddhabasu closed 9 years ago

smcgregor commented 9 years ago

I believe the steps involved in implementing this are to:

  1. Add a launcher to package list that will launch the safari web browser.
  2. Add Safari to this list. When doing this step you should also figure out a way to not run the tests on Safari if Safari is not present. I don't know if trying to run safari on a platform that doesn't have it will throw an error.
  3. Finally, run the tests on SauceLabs using the other Karma configuration script.