diff --git a/README.md b/README.md index 9079776..8cb8c6e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You can follow these steps: 2. Add the _composer.json_ file present under _Parallel Testing_ folder to the root directory of the project. -3. Execute the command `composer.json install` to install the two components mentioned above. +3. Execute the command `php composer.phar install` to install the two components mentioned above. 4. Execute `Robo.phar` and press 'Y' to create an empty _RoboFile.php_. diff --git a/Sample Test/acceptance.suite.yml b/Sample Test/acceptance.suite.yml index 17009f2..10a3316 100644 --- a/Sample Test/acceptance.suite.yml +++ b/Sample Test/acceptance.suite.yml @@ -79,4 +79,40 @@ env: 'os': 'OS X' 'os_version': 'Yosemite' 'browserstack.debug': 'true' + 'build': 'Sample Codeception Tests' + + ios: + modules: + enabled: + - WebDriver + config: + WebDriver: + url: 'http://www.google.com' + host: 'hub.browserstack.com' + port: 80 + browser: iPhone + capabilities: + 'browserstack.user': '' + 'browserstack.key' : '' + 'platform': 'MAC' + 'device': 'iPhone 6S' + 'browserstack.debug': 'true' + 'build': 'Sample Codeception Tests' + + android: + modules: + enabled: + - WebDriver + config: + WebDriver: + url: 'http://www.google.com' + host: 'hub.browserstack.com' + port: 80 + browser: android + capabilities: + 'browserstack.user': '' + 'browserstack.key' : '' + 'platform': 'ANDROID' + 'device': 'Google Nexus 5' + 'browserstack.debug': 'true' 'build': 'Sample Codeception Tests' \ No newline at end of file