@kubb/plugin-cypress
Version:
Cypress test generator plugin for Kubb, creating end-to-end tests from OpenAPI specifications for automated API testing.
10 lines (7 loc) • 391 B
text/typescript
import * as _kubb_core from '@kubb/core';
import { O as Options, P as PluginCypress } from './types-C2ke2hnU.cjs';
import '@kubb/oas';
import '@kubb/plugin-oas';
declare const pluginCypressName = "plugin-cypress";
declare const pluginCypress: (options?: Options | undefined) => _kubb_core.UserPluginWithLifeCycle<PluginCypress>;
export { PluginCypress, pluginCypress, pluginCypressName };