-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
39 lines (37 loc) · 928 Bytes
/
notes.txt
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
35
36
37
38
// bs config
module.exports = {
user: {
environment: 'test',
email: '[email protected]',
code: '555555',
},
capabilities: {
alwaysMatch: {
platformName: 'Android',
automationName: 'UiAutomator2',
deviceName: 'Samsung Galaxy S22 Ultra',
platformVersion: '12.0',
app: 'bs://sample.app',
skipDeviceInitialization: true,
appWaitForLaunch: false,
systemPort: 8210,
newCommandTimeout: '600',
logLevel: 'debug',
autoAcceptAlerts: true,
'bstack:options': {
userName: 'ghassangharzuzy_xV87Yw',
accessKey: 'Cszk2MHHD6VTnjPvCy41',
buildName: 'browserstack-build-1',
projectName: 'BrowserStack Sample',
sessionName: 'Automated Test Session',
}
}
},
wdOpts: {
protocol: 'https',
hostname: 'hub-cloud.browserstack.com',
port: 443,
path: '/wd/hub',
logLevel: 'info',
},
};