Skip to main content

externalScenarioTagger

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

import { configure, ScenarioTagger } from '@serenity-js/core';

configure({
crew: [
new ScenarioTagger(['@mocha', '@integration']),
],
});

Implements

Index

Constructors

externalconstructor

Methods

externalassignedTo

externalnotifyOf

Page Options