LiveHtmlReporter
Namespace
canopyParent Module: reporters
Contructors
Constructor | Signature | Description | |
---|---|---|---|
# | new(browser, driverPath) | (browser:BrowserStartMode * driverPath:string) -> LiveHtmlReporter | CompiledName: |
# | new(...) | (browser:BrowserStartMode * driverPath:string * driverHostName0:string option * hideCommandPromptWindow0:bool option * pinBrowserRight0:bool option) -> LiveHtmlReporter | CompiledName: |
Instance members
Instance member | Signature | Description | |
---|---|---|---|
# | x.browser | IWebDriver | CompiledName: |
# | x.commonFail ctx ex id ss url | ctx:string -> ex:Exception -> id:string -> (ss:byte []) -> url:string -> unit | |
# | x.failWithContext ctx ex id ss url | ctx:string -> ex:Exception -> id:string -> (ss:byte []) -> url:string -> unit | |
# | x.js(script) | script:string -> obj | |
# | x.passWithContext ctx id | ctx:string -> id:string -> unit | |
# | x.reportHtml() | unit -> string | |
# | x.reportPath() | unit -> string option | CompiledName: |
# | x.reportPath() | unit -> unit | CompiledName: |
# | x.reportTemplateUrl() | unit -> string | CompiledName: |
# | x.reportTemplateUrl() | unit -> unit | CompiledName: |
# | x.saveReportHtml directory filename | directory:string -> filename:string -> unit | |
# | x.skipWithContext ctx id | ctx:string -> id:string -> unit | |
# | x.testEndWithContext(...) | ctx:string -> id:string -> minutes:int -> seconds:int -> unit | |
# | x.testStartWithContext ctx id | ctx:string -> id:string -> unit | |
# | x.todoWithContext ctx id | ctx:string -> id:string -> unit | |
# | x.writeWithContext ctx w id | ctx:string -> w:string -> id:string -> unit |