externalSerenityBDDReporter
Implements
Index
Constructors
Methods
Constructors
externalconstructor
Parameters
externalprocessors: EventQueueProcessors
externaloptionalstage: Stage
The stage this
StageCrewMember
should be assigned to
Returns SerenityBDDReporter
Methods
staticexternalfromJSON
Parameters
externalconfig: SerenityBDDReporterConfig
Returns StageCrewMemberBuilder<SerenityBDDReporter>
externalassignedTo
Parameters
externalstage: Stage
Returns StageCrewMember
externalnotifyOf
Parameters
externalevent: DomainEvent
Returns void
A
StageCrewMember
that produces Serenity BDD-standard JSON reports to be parsed by Serenity BDD CLI Reporter to produce HTML reports and living documentation.Registering Serenity BDD Reporter programmatically
Using Serenity BDD Reporter with Playwright Test
Using Serenity BDD Reporter with WebdriverIO
Using Serenity BDD Reporter with Protractor
Configuring Serenity BDD Reporter
To override Serenity BDD Reporter default configuration, provide a
SerenityBDDReporterConfig
as the second element of theSerenityBDDReporterConfig
array using your test runner-specific configuration mechanism.For example, to change the default location of the requirements hierarchy root directory, specify the
specDirectory
property:Learn more: