Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Update capabilities supported by BrowserStack real device automation … #288

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,15 @@ protected function getCapabilitiesNode()
->scalarNode('build')->info('will be set automatically based on the TRAVIS_JOB_NUMBER environment variable if available')->end()
->scalarNode('os')->end()
->scalarNode('os_version')->end()
->scalarNode('browser_version')->end()
->scalarNode('device')->end()
->booleanNode('browserstack-debug')->end()
->booleanNode('browserstack-tunnel')->end()
->booleanNode('emulator')->end()
->booleanNode('acceptSslCert')->end()
->scalarNode('realMobile')->end()
->booleanNode('browserstack-ie-enablePopups')->end()
->booleanNode('browserstack-safari-enablePopups')->end()
->end()
;

Expand Down