Skip to main content

externalSerenityReporterForPlaywrightTestConfig

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

See SerenityOptions for usage examples.

Index

Properties

externaloptionalcrew

A list of stage crew member builders or stage crew members to be instantiated in Playwright Test reporter process and notified of Serenity/JS domain events that occur during the scenario execution. Note that the crew can also be configured using class descriptions.

Learn more

externaloptionaloutputStream

outputStream?: OutputStream

An output stream to be injected into stage crew member builders

Defaults to process.stdout.

Learn more