Skip to content

Reporters: Reporting and artifacts

TL;DR — This page mirrors the Reporting and artifacts section from Reporters as a focused reference.

When to use

Use this page when you need the focused member list, signatures, and source notes for this section without scanning the full parent reference.

C# (CAC) usage

ShouldSaveLogs

Source file, signature, and docstring

Member ReporterBuilder.ShouldSaveLogs(bool shouldSaveLogs)

Kind function

Declaring Type ReporterBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/ReporterBuilder.cs

Signature

public ReporterBuilder ShouldSaveLogs(bool shouldSaveLogs)

Docstring

Configures whether assertion session logs are saved with reporter results.

ShouldSaveAttachments

Source file, signature, and docstring

Member ReporterBuilder.ShouldSaveAttachments(bool shouldSaveAttachments)

Kind function

Declaring Type ReporterBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/ReporterBuilder.cs

Signature

public ReporterBuilder ShouldSaveAttachments(bool shouldSaveAttachments)

Docstring

Configures whether assertion attachments are saved with reporter results.

ShouldSaveTemplate

Source file, signature, and docstring

Member ReporterBuilder.ShouldSaveTemplate(bool shouldSaveTemplate)

Kind function

Declaring Type ReporterBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/ReporterBuilder.cs

Signature

public ReporterBuilder ShouldSaveTemplate(bool shouldSaveTemplate)

Docstring

Configures whether the rendered assertion configuration template is saved with reporter results.

ShouldSaveSessionData

Source file, signature, and docstring

Member ReporterBuilder.ShouldSaveSessionData(bool shouldSaveSessionData)

Kind function

Declaring Type ReporterBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/ReporterBuilder.cs

Signature

public ReporterBuilder ShouldSaveSessionData(bool shouldSaveSessionData)

Docstring

Configures whether assertion session data is saved with reporter results.

ShouldDisplayTrace

Source file, signature, and docstring

Member ReporterBuilder.ShouldDisplayTrace(bool shouldDisplayTrace)

Kind function

Declaring Type ReporterBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/ReporterBuilder.cs

Signature

public ReporterBuilder ShouldDisplayTrace(bool shouldDisplayTrace)

Docstring

Configures whether the assertion message trace is displayed in reporter results.

Edge cases

  • This page is generated from the parent reference section; edit the source XML docs or generator when content needs to change.
  • If a linked source member is renamed, regenerate the reference docs before changing prose by hand.

See also