@kubb/plugin-cypress
Advanced tools
+8
-7
| { | ||
| "name": "@kubb/plugin-cypress", | ||
| "version": "5.0.0-beta.33", | ||
| "version": "5.0.0-beta.35", | ||
| "description": "Generate Cypress request commands and e2e test fixtures from your OpenAPI specification, enabling automated API testing with zero manual setup.", | ||
@@ -50,12 +50,12 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@kubb/core": "5.0.0-beta.33", | ||
| "@kubb/renderer-jsx": "5.0.0-beta.33", | ||
| "@kubb/plugin-ts": "5.0.0-beta.33" | ||
| "@kubb/core": "5.0.0-beta.35", | ||
| "@kubb/renderer-jsx": "5.0.0-beta.35", | ||
| "@kubb/plugin-ts": "5.0.0-beta.35" | ||
| }, | ||
| "devDependencies": { | ||
| "@internals/shared": "0.0.0", | ||
| "@internals/utils": "0.0.0" | ||
| "@internals/utils": "0.0.0", | ||
| "@internals/shared": "0.0.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "@kubb/renderer-jsx": "5.0.0-beta.33" | ||
| "@kubb/renderer-jsx": "5.0.0-beta.35" | ||
| }, | ||
@@ -79,2 +79,3 @@ "size-limit": [ | ||
| "release:canary": "bash ../../.github/canary.sh && node ../../scripts/build.js canary && pnpm publish --no-git-check", | ||
| "release:stage": "pnpm stage publish --no-git-check", | ||
| "start": "tsdown --watch", | ||
@@ -81,0 +82,0 @@ "test": "vitest --passWithNoTests", |
+11
-10
| <div align="center"> | ||
| <h1>@kubb/plugin-cypress</h1> | ||
| <a href="https://kubb.dev" target="_blank" rel="noopener noreferrer"> | ||
| <img width="180" src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/logo.png" alt="Kubb logo"> | ||
| <img src="https://kubb.dev/og.png" alt="Kubb banner"> | ||
| </a> | ||
@@ -14,4 +13,2 @@ | ||
| <h4> | ||
| <a href="https://codesandbox.io/s/github/kubb-labs/plugins/tree/main/examples/cypress" target="_blank">View Demo</a> | ||
| <span> · </span> | ||
| <a href="https://kubb.dev/plugins/cypress" target="_blank">Documentation</a> | ||
@@ -25,10 +22,10 @@ <span> · </span> | ||
| `@kubb/plugin-cypress` generates Cypress request commands from your OpenAPI specification. Each operation in the spec becomes a typed Cypress command, ready to use in your test files. | ||
| <br /> | ||
| ## Features | ||
| # @kubb/plugin-cypress | ||
| - Generates Cypress request commands for each OpenAPI operation | ||
| - Infers request and response types from OpenAPI schemas | ||
| - Works with `@kubb/plugin-ts` for typed test utilities | ||
| ### Generate Cypress commands from OpenAPI | ||
| `@kubb/plugin-cypress` generates Cypress request commands from your OpenAPI specification. Each operation in the spec becomes a typed Cypress command, ready to use in your test files. | ||
| ## Installation | ||
@@ -50,3 +47,3 @@ | ||
| Kubb is an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider: | ||
| Kubb is an open source project, and its development is funded entirely by sponsors. If you would like to become a sponsor, please consider: | ||
@@ -61,2 +58,6 @@ - [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle) | ||
| ## License | ||
| [MIT](https://github.com/kubb-labs/plugins/blob/main/LICENSE) | ||
| <!-- Badges --> | ||
@@ -63,0 +64,0 @@ |
75
1.35%200648
-0.12%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated