From API Spec to Test Script in Seconds.
Stop writing boilerplate. Automatically generate API test scripts for Cypress and Playwright directly from your Swagger/OpenAPI documentation.
Available on the VS Code Marketplace
Creates complete test scripts for Cypress and Playwright based on your Swagger or OpenAPI specification file.
Automatically groups generated tests into folders based on the tags defined in your API specification.
Correctly resolves and processes internal schema references (`$ref`) within your API definitions.
Adds `expect` statements to check the response status code, giving you a solid foundation for your tests.
Open your OpenAPI 3.0 or Swagger 2.0 JSON documentation file directly in VS Code.
Right-click anywhere in the editor, find the "API Test Builder" menu, and select your target (Swagger to Cypress or Swagger to Playwright).
The extension instantly creates the directories and test script templates. Just add your scenarios!