Teerapap Changwichukarn

Results 25 comments of Teerapap Changwichukarn

@mattp- @MarkAPhillips @raulgomis @rtsio please try `v1.1.4`

@blacksonic I think it fails because of npm issue not the protractor issue and I specify the protractor version in `package.json` as `"protractor": "^1.0.0"`. According to https://www.npmjs.org/doc/misc/semver.html, it includes v1.2.0...

Please tell me your node, Gruntjs and protractor version. Which OS did you run on?

@pcorey Thanks! I cannot reproduce this issue so I cannot debug it. I think I have to keep registering the task with registerMultiTask because someone may be using the task...

I understand the issue. I used to specify the protractor version with `~1.0.0` previously but the current range is from #10 more than a year ago because `protractor` bumped version...

To note that, `protractor` v0.19.0 now supports `multiCapabilities` in the config file. However, I still don't know how to pass the array of object via command-line arguments.

PR is welcome if it makes sense and useful. :)

Can you show me the Gruntfile and the configuration?