UNPKG

cucumber

Version:

The official JavaScript implementation of Cucumber.

11 lines (10 loc) 408 B
exports.BeforeFeatures = 'BeforeFeatures'; exports.BeforeFeature = 'BeforeFeature'; exports.Background = 'Background'; exports.BeforeScenario = 'BeforeScenario'; exports.BeforeStep = 'BeforeStep'; exports.StepResult = 'StepResult'; exports.AfterStep = 'AfterStep'; exports.AfterScenario = 'AfterScenario'; exports.AfterFeature = 'AfterFeature'; exports.AfterFeatures = 'AfterFeatures';