Skip to content

BrowserTest

Namespace: Scriptorium.Nib.Browser  Parent: Scriptorium.Nib.Browser.global

type BrowserTest     static member dtestPage : name : string -> body : (Page -> Promise<unit>) -> filePath : string option -> lineNumber : int option -> TestCase     static member ftestPage : name : string -> body : (Page -> Promise<unit>) -> filePath : string option -> lineNumber : int option -> TestCase     static member testPage : name : string -> body : (Page -> Promise<unit>) -> filePath : string option -> lineNumber : int option -> TestCase     static member xtestPage : name : string -> body : (Page -> Promise<unit>) -> filePath : string option -> lineNumber : int option -> TestCase

Methods