cucumber
Version:
The official JavaScript implementation of Cucumber.
9 lines • 776 B
JavaScript
var SupportCode = {};
SupportCode.Hook = require('./support_code/hook');
SupportCode.AroundHook = require('./support_code/around_hook');
SupportCode.Library = require('./support_code/library');
SupportCode.StepDefinition = require('./support_code/step_definition');
SupportCode.StepDefinitionSnippetBuilder = require('./support_code/step_definition_snippet_builder');
SupportCode.StepDefinitionSnippetBuilderSyntax = require('./support_code/step_definition_snippet_builder_syntax');
SupportCode.WorldConstructor = require('./support_code/world_constructor');
module.exports = SupportCode;