forked from AxaFrance/webengine-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-conf.yml
34 lines (34 loc) · 923 Bytes
/
example-conf.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
webengineConfiguration:
name: myproject-automation
platformName: WINDOWS
browserName: CHROME
browserOptionList:
- --incognito
- --remote-allow-origins=*
appiumConfiguration:
gridConnection: https://hub-cloud.browserstack.com/wd/hub
userName: XXXXXXX
password: XXXXXXX
localTesting:
activate: false
arguments:
force: true
forcelocal: true
binarypath: C:\\BrowserStack\\BrowserStackLocal.exe
localIdentifier: XXXXYYYY
capabilities:
desiredCapabilitiesMap:
geoLocation: FR
deviceName: Samsung Galaxy S20 Ultra
osVersion: 10.0
projectName: spoolnet-automation
buildName: spoolnet-automation-mobile
sessionName: Samsung
local: true
networkLogs: true
localIdentifier: XXXXYYYY
applicationConfiguration:
values:
key-1: value-1
key-2: value-2
key-3: value-3