UNPKG

cypress-xray-plugin

Version:

A Cypress plugin for uploading test results to Xray (test management for Jira)

10 lines (9 loc) 300 B
import type { GherkinDocument } from "@cucumber/messages"; import { Command } from "../../command"; interface Parameters { filePath: string; } export declare class ParseFeatureFileCommand extends Command<GherkinDocument, Parameters> { protected computeResult(): GherkinDocument; } export {};