-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathoptions.yml
More file actions
53 lines (52 loc) · 1.08 KB
/
options.yml
File metadata and controls
53 lines (52 loc) · 1.08 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
47
48
49
50
51
52
53
exampleValues:
browserName: 'firefox'
browserVersion: '68'
platformName: 'macOS 10.13'
acceptInsecureCerts: true
pageLoadStrategy: 'eager'
setWindowRect: true
unhandledPromptBehavior: "accept"
strictFileInteractability: true
timeouts:
implicit: 1
pageLoad: 59
script: 29
build: 'Sample Build Name'
commandTimeout: 2
customData:
foo: 'foo'
bar: 'bar'
idleTimeout: 3
extendedDebugging: true
geckodriverVersion: '0.23'
maxDuration: 300
name: 'Sample Test Name'
parentTunnel: 'Mommy'
prerun:
executable: "http://url.to/your/executable.exe"
args:
- --silent
- -a
- -q
background: false
timeout: 120
priority: 0
public: 'team'
recordLogs: false
recordScreenshots: false
recordVideo: false
screenResolution: '10x10'
seleniumVersion: '3.141.59'
tags:
- foo
- bar
- foobar
timeZone: 'San Francisco'
tunnelIdentifier: 'tunnelname'
videoUploadOnPass: false
invalidOption:
foo: "bar"
browser_Nme: "firefox"
browserVersion: "70"
platformName: "MacOS 10.12"
recordScreenshots: false