TraceConfig
class TraceConfig(val root: Path, val filter: (String) -> Boolean, val includeScreenshots: Boolean)(source)
Configuration values for taking a trace at the export step.
You can read more about traces in the official documentation.