Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Cloud integration

Mikołaj Mański edited this page Jul 13, 2016 · 4 revisions

Cloud support

Bobcat can cooperate with any selenium cloud which supports remote WebDriver.

Configuration

To enable desired cloud service provide related properties and execute tests in usual way.

Cross-browser testing

Win8

#+++ crossbrowsertesting.com Win8
webdriver.type = remote
webdriver.url = http://AUTH:KEY@hub.crossbrowsertesting.com: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

#+++ browserstack Win8
webdriver.type = remote
webdriver.url = http://AUTH:KEY@hub.browserstack.com/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

iPhone

#+++ browserstack iPhone
webdriver.type = remote
webdriver.url = http://AUTH:KEY@hub.browserstack.com/wd/hub
webdriver.cap.browserName = iPhone
webdriver.cap.platform = MAC
webdriver.cap.device = iPhone 5S

Android

#+++ browserstack Android
webdriver.type = remote
webdriver.url = http://AUTH:KEY@hub.browserstack.com/wd/hub
webdriver.cap.browserName = android
webdriver.cap.platform = ANDROID
webdriver.cap.device = Samsung Galaxy Tab 4 10.1

TestingBot

Win8

#+++ TestingBot Win8
webdriver.type = remote
webdriver.url = http://AUTH:KEY@hub.testingbot.com: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

iPhone

#+++ TestingBot iPhone
webdriver.type = remote
webdriver.url = http://AUTH:KEY@hub.testingbot.com:4444/wd/hub
webdriver.cap.name = Bobcat Mobile Suite iPhone
webdriver.cap.browserName = iphone
webdriver.cap.platform = MAC
webdriver.cap.version = 7.1

Android

#+++ TestingBot Android
webdriver.type = remote
webdriver.url = http://AUTH:KEY@hub.testingbot.com:4444/wd/hub
webdriver.cap.name = Bobcat Mobile Suite Android
webdriver.cap.browserName = android
webdriver.cap.platform = ANDROID

SauceLabs

Win8

#+++ Sauce Labs Win8 +++
webdriver.type = remote
webdriver.url = http://AUTH:KEY@ondemand.saucelabs.com:80/wd/hub
webdriver.cap.name = Bobcat Mobile Suite
webdriver.cap.browserName = firefox
webdriver.cap.platform = Windows 8
webdriver.cap.version = 30

Android emulator

#+++ Sauce Labs Android Emulator +++
webdriver.type = remote
webdriver.url = http://AUTH:KEY@ondemand.saucelabs.com: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

iPhone emulator

#+++ Sauce Labs iPhone Emulator +++
webdriver.type = remote
webdriver.url = http://AUTH:KEY@ondemand.saucelabs.com: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

Getting started with Bobcat

  1. Getting started

AEM Related Features

  1. Authoring tutorial - Classic
  1. AEM Classic Authoring Advanced usage
  1. Authoring tutorial - Touch UI
Clone this wiki locally