Tools
Agentic tools for your favorite IDEs
Tools to enable intelligent automation of test generation, execution, and optimization workflows through natural language interactions.
Test Generation
Generate Integration Test
Generates integration tests that chain multiple API calls together.
Generate Smoke Test
Generates lightweight smoke tests for quick health checks and basic API validation.
Generate Fuzz Test
Generates fuzz tests that send malformed, unexpected, or edge-case inputs to discover security vulnerabilities and robustness issues.
Generate Load Test
Generates load and performance tests to validate API behavior under various traffic conditions.
Generate UI Test
Generates UI tests from captured Playwright traces, converting user interactions into automated test scripts.
Generate End-to-End Test
Generates comprehensive end-to-end tests that validate entire user journeys from UI interactions through backend services.
Generate Scenario
Generates test scenarios from natural language descriptions, automatically mapping them to API calls using OpenAPI specifications.
Generate Contract Test
Generates contract tests that verify API implementations match specifications.
Trace Collection
Analysis & Optimization
Analyze Repository
Analyzes a code repository to understand its structure, technology stack, and testing readiness.
Map Tests
Calculates priority scores for different Skyramp test types based on repository analysis.
Recommend Tests
Generates actionable test recommendations with ready-to-use generation prompts.
Code Reuse
Finds and reuses existing test functions from the workspace to avoid code duplication.
Code Modularization
Modularizes test files after code reuse, creating parameterized and well-organized test functions.
Utility
Read Files
Reads multiple files in batches for analysis or processing.
Login
Authenticates users with Skyramp services.
Logout
Logs user out from Skyramp services.
Parse Open API
Analyzes OpenAPI specifications to identify required path parameters and other API details.
Execute Test
Executes Skyramp-generated tests in the specified environment.
Verify With Skyramp
Verifies code changes by running appropriate Skyramp tests.




