c
cortex-plugin-api-test-generator
ESMv1.0.0MIT
Official CortexPrism plugin
0.00CortexPrism
automationcodecortex-plugindeveloper-toolsdevelopmentesm
Install Command
$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-api-test-generatorConfiguration
Plugin Type
ESM
Entry Point
mod.ts
License
MIT
Capabilities
toolsnetwork:fetchfs:write
Tags
automationcodecortex-plugindeveloper-toolsdevelopmentesm
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
cortex-plugin-api-test-generator
Generate test suites from OpenAPI specifications.
Installation
cortex plugin install marketplace:cortex-plugin-api-test-generator
cortex plugin install github:CortexPrism/cortex-plugin-api-test-generator
cortex plugin install ./manifest.json
Tools
apitest_generate
Generate tests from an OpenAPI spec.
spec(string, required) — URL or file path to OpenAPI specframework(string, default: "vitest") — jest, vitest, pytest, go_test, supertestoutput_dir(string, required) — Directory to write generated tests
apitest_run
Run generated tests.
test_dir(string, required) — Directory containing testsframework(string, optional) — Test framework
apitest_validate_spec
Validate an OpenAPI specification.
spec(string, required) — URL or file path to OpenAPI spec
apitest_list_endpoints
List endpoints from an OpenAPI spec.
spec(string, required) — URL or file path to OpenAPI spec
apitest_mock_server
Start a mock server from an OpenAPI spec.
spec(string, required) — URL or file path to OpenAPI specport(number, default: 3000) — Port to run on
Configuration
Set the default test framework under the "General" section in plugin settings.
Development
deno cache mod.ts
deno task test
deno fmt
deno lint
License
MIT
Published June 15, 2026 · Updated June 15, 2026