externalSerenityReporterForPlaywrightTestConfig
Index
Properties
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
An output stream to be injected into stage crew member builders
Defaults to process.stdout
.
Configuration object accepted by
@serenity-js/playwright-test
reporter.See
SerenityOptions
for usage examples.