Skip to content

Options for showing total duration of e2e test

Ramon Klein edited this page Sep 14, 2019 · 3 revisions
clientDefaults:{
    showTotalDurationIn: "where",
   totalDurationFormat: "format"
}

"where" can have these values: "header", "belowHeader", "footer"

"format" can have these values: "h", "m", "s", "hm", "h:m", "hms", "h:m:s" and "ms"