Teerapap Changwichukarn
Teerapap Changwichukarn
These links below may explain CocoaPods's behaviour. It seems like it does something different with `use_framework!`. CocoaPods/CocoaPods#3454 CocoaPods/CocoaPods#4320
I dig a bit and found that in OSX, the tab groups are in inside session backup at `~/Library/Application\ Support/Firefox/Profiles/{random string}.default/sessionstore-backups/previous.js`. I guess that other platform may found something similar....
Thanks for the PR. 👍 The fix initially looks good to me but I've tried it and found 3 issues. 1. This fix breaks backward-compatibility because some user may currently...
Which config file do you define `suites`? protractor config file or `Gruntfile.js` Because now this plugins only supports `suite` which is a command-line argument of `protractor` command to specify suite...
Can you show me the output when grunt process exits ?
@rrazey Have you tested `multiCapabilities` argument? Do you have a sample working configuration? Because I think `protractor` reads `multiCapabilities` from its config file as an array of objects and I...
@hilnius Does this PR work? I thought it has been waiting for the PR angular/protractor#860 or angular/protractor#1083 to be merged to protractor??
I don't know how to help you. :P I have no experience with Saucelabs. But, if you look at the source of this task, it just spawns the protractor command...
@mattp- I try some fix in `v1.1.2`. Can you try again?
It seems that it's due to these npm issues. https://github.com/npm/npm/issues/2872 https://github.com/npm/npm/issues/5001 The problem occurs if user's module, which has `grunt-protractor-runner` as dependency, also specifies protractor as dependency. So `protractor` will...