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
convertNameToId
convertNameToId(obj): string
Parameters
obj: Pickle | Feature
Returns string
finished
finished(): Promise<void>
Returns Promise<void>
formatDataTable
formatDataTable(dataTable): any
Parameters
dataTable: PickleTable
Returns any
formatDocString
formatDocString(docString, gherkinStep): any
Parameters
docString: PickleDocString
gherkinStep: Step
Returns any
formatStepArgument
formatStepArgument(stepArgument, gherkinStep): any