This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Cloud integration
Mikołaj Mański edited this page Jul 13, 2016
·
4 revisions
Bobcat can cooperate with any selenium cloud which supports remote WebDriver.
To enable desired cloud service provide related properties and execute tests in usual way.
#+++ crossbrowsertesting.com Win8
webdriver.type = remote
webdriver.url = http://AUTH:[email protected]:80/wd/hub
webdriver.cap.name = Bobcat Mobile Suite
webdriver.cap.build = 1.1
webdriver.cap.browser_api_name = FF30
webdriver.cap.os_api_name = Win8
webdriver.cap.screen_resolution = 1024x768
webdriver.cap.record_video = true
webdriver.cap.record_network = true
webdriver.cap.record_snapshot = false
#+++ browserstack Win8
webdriver.type = remote
webdriver.url = http://AUTH:[email protected]/wd/hub
webdriver.cap.browser = Firefox
webdriver.cap.browser_version = 30.0
webdriver.cap.os_version = 8
webdriver.cap.os = Windows
webdriver.cap.resolution = 1280x1024
webdriver.cap.browserstack.local = true
#+++ browserstack iPhone
webdriver.type = remote
webdriver.url = http://AUTH:[email protected]/wd/hub
webdriver.cap.browserName = iPhone
webdriver.cap.platform = MAC
webdriver.cap.device = iPhone 5S
#+++ browserstack Android
webdriver.type = remote
webdriver.url = http://AUTH:[email protected]/wd/hub
webdriver.cap.browserName = android
webdriver.cap.platform = ANDROID
webdriver.cap.device = Samsung Galaxy Tab 4 10.1
#+++ TestingBot Win8
webdriver.type = remote
webdriver.url = http://AUTH:[email protected]:4444/wd/hub
webdriver.url = http://AUTH:KEY@localhost:4445/wd/hub
webdriver.cap.name = Bobcat Mobile Suite W8
webdriver.cap.browserName = firefox
webdriver.cap.platform = WIN8
webdriver.cap.version = 30.0
#+++ TestingBot iPhone
webdriver.type = remote
webdriver.url = http://AUTH:[email protected]:4444/wd/hub
webdriver.cap.name = Bobcat Mobile Suite iPhone
webdriver.cap.browserName = iphone
webdriver.cap.platform = MAC
webdriver.cap.version = 7.1
#+++ TestingBot Android
webdriver.type = remote
webdriver.url = http://AUTH:[email protected]:4444/wd/hub
webdriver.cap.name = Bobcat Mobile Suite Android
webdriver.cap.browserName = android
webdriver.cap.platform = ANDROID
#+++ Sauce Labs Win8 +++
webdriver.type = remote
webdriver.url = http://AUTH:[email protected]:80/wd/hub
webdriver.cap.name = Bobcat Mobile Suite
webdriver.cap.browserName = firefox
webdriver.cap.platform = Windows 8
webdriver.cap.version = 30
#+++ Sauce Labs Android Emulator +++
webdriver.type = remote
webdriver.url = http://AUTH:[email protected]:80/wd/hub
webdriver.cap.name = Bobcat Mobile Suite - Nexus 7
webdriver.cap.platform = Linux
webdriver.cap.version = 4.4
webdriver.cap.browserName = android
webdriver.cap.deviceName = Google Nexus 7C Emulator
webdriver.cap.device-orientation = portrait
#+++ Sauce Labs iPhone Emulator +++
webdriver.type = remote
webdriver.url = http://AUTH:[email protected]:80/wd/hub
webdriver.cap.name = Bobcat Mobile Suite - iPhone
webdriver.cap.platform = OS X 10.9
webdriver.cap.version = 8.1
webdriver.cap.browserName = iPhone
webdriver.cap.device-orientation = portrait
- Configuring Bobcat
- Selenium enhancements
- Cucumber enhancements
- Traffic analyzer
- Email support
- Reporting
- Cloud integration
- Mobile integration
- Executing tests on different environments
- Working with multiple threads
- Tips and tricks
- Authoring tutorial - Classic
- AEM Classic Authoring Advanced usage
- Siteadmin
- Sidekick
- Aem Component
- Working with author pages
- Working with Publish pages
- Advanced component interactions
- Working with Context Menu
- Using Aem Content Tree
- Aem Content Finder
- Storing component configurations
- Working with packages
- Jcr Support
- Authoring tutorial - Touch UI
- Adding and editing a component
- Sites management tutorial