Skip to main content

SerenityReporterForPlaywrightTestConfig

Configuration object accepted by @serenity-js/playwright-test reporter.

See SerenityOptions for usage examples.

Index

Properties

optionalcrew

crew?: (StageCrewMember | StageCrewMemberBuilder<ListensToDomainEvents> | ClassDescription)[]

A list of StageCrewMemberBuilders or StageCrewMembers to be instantiated in Playwright Test reporter process and notified of DomainEvents that occur during the scenario execution. Note that the crew can also be configured using ClassDescriptions.

Learn more

optionaloutputStream

outputStream?: OutputStream

An output stream to be injected into StageCrewMemberBuilders

Defaults to process.stdout.

Learn more