UNPKG

@kubb/plugin-cypress

Version:

Cypress test generator plugin for Kubb, creating end-to-end tests from OpenAPI specifications for automated API testing.

9 lines (6 loc) 259 B
import * as _kubb_plugin_oas from '@kubb/plugin-oas'; import { P as PluginCypress } from './types-C2ke2hnU.js'; import '@kubb/core'; import '@kubb/oas'; declare const cypressGenerator: _kubb_plugin_oas.Generator<PluginCypress>; export { cypressGenerator };