Hierarchy

Constructors

Properties

colorFns: IColorFns
cwd: string
eventDataCollector: EventDataCollector
log: IFormatterLogFn
printAttachments: boolean
snippetBuilder: default
stream: Writable
supportCodeLibrary: SupportCodeLibrary
documentation: string = 'Prints the feature as JSON. The JSON format is in maintenance mode. Please consider using the message formatter with the standalone json-formatter (https://github.com/cucumber/json-formatter).'

Methods

  • Parameters

    • __namedParameters: {
          feature: Feature;
          gherkinExampleRuleMap: Record<string, Rule>;
          pickle: Pickle;
      }
      • feature: Feature
      • gherkinExampleRuleMap: Record<string, Rule>
      • pickle: Pickle

    Returns string

  • Parameters

    • stepArgument: PickleStepArgument
    • gherkinStep: Step

    Returns any

  • Parameters

    • __namedParameters: IBuildJsonFeatureOptions

    Returns IJsonFeature

  • Parameters

    • __namedParameters: IBuildJsonScenarioOptions

    Returns IJsonScenario

  • Parameters

    • tagData: PickleTag
    • feature: Feature
    • scenario: Scenario

    Returns IJsonTag

  • Parameters

    • __namedParameters: {
          feature: Feature;
          gherkinScenarioMap: Record<string, Scenario>;
          pickle: Pickle;
      }
      • feature: Feature
      • gherkinScenarioMap: Record<string, Scenario>
      • pickle: Pickle

    Returns IJsonTag[]

Generated using TypeDoc