E2ETestConfig

works.iterative.testing.e2e.E2ETestConfig
case class E2ETestConfig(baseUrl: String, headless: Boolean = ..., slowMo: Option[Double] = ..., timeout: Option[Int] = ..., viewport: Option[ViewportConfig] = ..., recordVideo: Option[String] = ..., screenshot: Option[ScreenshotConfig] = ..., locale: Option[String] = ..., channel: Option[String] = ...)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product