-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathappsettings.json
More file actions
46 lines (46 loc) · 1.17 KB
/
appsettings.json
File metadata and controls
46 lines (46 loc) · 1.17 KB
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
39
40
41
42
43
44
45
46
{
"appSettings": {
"username": "LT_USERNAME",
"accesskey": "LT_ACCESS_KEY",
"server": "@hub.lambdatest.com"
},
"capabilities": {
"single": {
"build": "Serial test using SpecFlow on LambdaTest Selenium Grid",
"name": "Serial test using SpecFlow on LambdaTest Selenium Grid",
"idleTimeout": "270"
},
"parallel": {
"build": "Parallel test using SpecFlow on LambdaTest Selenium Grid",
"name": "Parallel test using SpecFlow on LambdaTest Selenium Grid",
"idleTimeout": "270"
}
},
"environments": {
"chrome": {
"browserName": "Chrome",
"browserVersion": "latest-2",
"platformName": "Windows 10"
},
"firefox": {
"browserName": "Firefox",
"browserVersion": "latest",
"platformName": "Windows 10"
},
"safari": {
"browserName": "Safari",
"browserVersion": "latest",
"platformName": "macOS Ventura"
},
"edge": {
"browserName": "MicrosoftEdge",
"browserVersion": "latest",
"platformName": "Windows 10"
},
"opera": {
"browserName": "Opera",
"browserVersion": "latest",
"platformName": "Windows 10"
}
}
}