just wanted to share that this configuration worked for me against BrowserStack.
multiCapabilities: [ { platformName: 'iOS', platformVersion: '7.1', browserName: '', app: 'safari', deviceName: 'iPhone Simulator', 'appium-version': "1.4.0", username: '<username>', accessKey: '<key>' } , { platformName: 'Android', platformVersion: '4.4', browserName: 'Browser', deviceName: 'Android Emulator', 'appium-version': "1.4.0", username: '<username>', accessKey: '<key>' } ],
I found that the other values ββfor platformVersion are different from the ones I posted here, do not work, you will get this error message: "Angular not found ..."
I created a ticket for the protractor team and comment: https://github.com/angular/protractor/issues/2247
Bruno soko
source share