You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Similar to karma,if I want to run same test case in multiple browsers, how can I pass my browser name from gruntfile instead of hard code in test case?
Also, if i want to run post build e2e testing , how can I pass pram to the URL from grunt file? You know Karma provides powerful configuration options , can we have similar in protractor?
I can run my end 2 end with protractor, but it is just not so perfect, like auto download selenium stnadalone/chromedriver , and run same test cases in multiple browsers.