externalScenarioTagger
Implements
Index
Constructors
Methods
Constructors
externalconstructor
Parameters
externaltags: string[]
Returns ScenarioTagger
Methods
externalassignedTo
Assigns a
Stageto thisStageCrewMemberParameters
externalstage: Stage
Returns StageCrewMember
externalnotifyOf
Handles
DomainEventobjects emitted by theStagethat thisStageCrewMemberis assigned to.Parameters
externalevent: DomainEvent
Returns void
A StageCrewMember that tags every scenario with the configured tags.
Useful in monorepo setups where multiple modules produce reports and you want to identify which module a scenario belongs to.
Usage