Skip to content

Latest commit

 

History

History
163 lines (87 loc) · 5.27 KB

File metadata and controls

163 lines (87 loc) · 5.27 KB

Options Schema

schema_cli.json#/properties/opts
Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Forbidden none schema_cli.json*

opts Type

object (Options)

opts Properties

Property Type Required Nullable Defined by
headless boolean Optional cannot be null CLI arguments and options
muted boolean Optional cannot be null CLI arguments and options
timeout number Optional cannot be null CLI arguments and options
close boolean Optional cannot be null CLI arguments and options
executable string Optional cannot be null CLI arguments and options
output Merged Optional cannot be null CLI arguments and options
view boolean Optional cannot be null CLI arguments and options

headless

Run Chrome in headless (hidden) mode

headless

headless Type

boolean

muted

Mute Chrome entirely (only when not headless)

muted

muted Type

boolean

timeout

Default timeot (ms) used in all tests

timeout

timeout Type

number

timeout Constraints

minimum: the value of this number must greater than or equal to: 0

close

Automatically close Chrome after finish (only when not headless)

close

close Type

boolean

executable

Path to Chrome executable

executable

executable Type

string

output

Path to the output dir or disabling output (if false)

output

output Type

merged type (Details)

one (and only one) of

view

Open generated Viewer file in a browser after finish (if output is enabled)

view

view Type

boolean