teerapap / grunt-protractor-runner

A Grunt plugin for running protractor runner.
MIT License
149 stars 123 forks source link

Adding multiCapabilities #131

Open t0mtaylor opened 9 years ago

t0mtaylor commented 9 years ago

Seems many have wanted this merged for the past year, can we have it? :)

This PR is updated with Master

See related PR62 for history of this change request https://github.com/teerapap/grunt-protractor-runner/pull/62

t0mtaylor commented 9 years ago

Should I also add the readme changes from PR62 also?

https://github.com/rrazey/grunt-protractor-runner/commit/b980d1b016417dcb92d4b80da40098ef245a2b3a

svattenky commented 9 years ago

@t0mtaylor is this working in 2.10.1? Maybe I'm reading this wrong but this seems to be checked in on Aug 20 and I don't notice it mentioned in the release notes https://github.com/teerapap/grunt-protractor-runner#release-history

MichaelSitter commented 8 years ago

@t0mtaylor not sure if this PR is just out of date or what, but multiCapabilities is supposed to be an array, not an object: https://github.com/angular/protractor/blob/master/docs/referenceConf.js#L162

The only work around I've been able to find is to define your multiCapabilities in your conf files, instead of the grunt task.