mllrsohn / gulp-protractor

gulp wrapper for protractor tests
MIT License
136 stars 82 forks source link

webdriver_standalone starts only chrome server #137

Open kungfuPanda123 opened 6 years ago

kungfuPanda123 commented 6 years ago

Hi, By default the webdriver_standalone starts only chrome server, how can we start ie server with this task?

var webdriver_standalone = require("gulp-protractor").webdriver_standalone; gulp.task('webdriver_standalone', webdriver_standalone);

rahulmr commented 6 years ago

@kungfuPanda123 Need more details, source code or sample repo which I can check? It will be good to have OS and NodeJS env details.