@kubb/plugin-cypress
Version:
Cypress test generator plugin for Kubb, creating end-to-end tests from OpenAPI specifications for automated API testing.
8 lines (7 loc) • 413 B
text/typescript
import { a as UserPluginWithLifeCycle, n as PluginCypress, s as __name, t as Options } from "./types-BHI6cjsX.cjs";
//#region src/plugin.d.ts
declare const pluginCypressName = "plugin-cypress";
declare const pluginCypress: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginCypress>;
//#endregion
export { type PluginCypress, pluginCypress, pluginCypressName };
//# sourceMappingURL=index.d.cts.map