externalSerenityBDDReporter
Implements
Index
Constructors
Methods
Constructors
externalconstructor
Parameters
externalprocessors: EventQueueProcessors
externaloptionalstage: Stage
The stage this
StageCrewMembershould 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
StageCrewMemberthat 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
SerenityBDDReporterConfigas the second element of theSerenityBDDReporterConfigarray using your test runner-specific configuration mechanism.For example, to change the default location of the requirements hierarchy root directory, specify the
specDirectoryproperty:Learn more: