UNPKG

@serenity-js/cucumber

Version:

Serenity/JS test runner adapter for seamless integration with any version of Cucumber.js, facilitating BDD-style test automation and leveraging Serenity/JS reporting capabilities

15 lines 567 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AmbiguousStepDefinitionError = void 0; const errors_1 = require("@serenity-js/core/lib/errors"); /** * Thrown when more than one Cucumber step definition matches * a Cucumber step. */ class AmbiguousStepDefinitionError extends errors_1.RuntimeError { constructor(message, cause) { super(AmbiguousStepDefinitionError, message, cause); } } exports.AmbiguousStepDefinitionError = AmbiguousStepDefinitionError; //# sourceMappingURL=AmbiguousStepDefinitionError.js.map