@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) • 400 B
text/typescript
import { a as UserPluginWithLifeCycle, n as PluginCypress, t as Options } from "./types-H3p8ahP5.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