Although I'm sure by now you found an answer to your question, here's the answer for reference:
http://stackoverflow.com/questions/19227583/e2e-testing-in-protractor-using-firefox-or-safari Cheers, Vanya On Wednesday, July 31, 2013 2:25:30 PM UTC-4, Ryan Zec wrote: > > I am starting to write some tests that are going to work against an actual > server that is running my code. Since the angular team said they are > replacing their test runner with Protractor in the 1.2 and beyond talk, I > figure I should use Protractor too even though there is very little > documentation and it is still at version 0.3.0 (no reason to write my tests > for a runner that is no longer being used/maintained by the core team). I > have been able to muddle my way through writing tests (figuring out stuff > like using By.css() instead of By.cssSelector() as documented for selenium > webdriver, using .waitForAngular() to make sure angular has processed > everything it needs to, etc...) but I was wondering if at some point it > will be possible using Protractor to test against other browsers? Right > now I only see documentation for Chrome and note sure if that is just > because of how young this library is or maybe there is something on the > selenium side that can allow me to test the other browsers (Firefox, > Safari, IE). > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
