📄️ Test Generation from Execution - Quick Start Guide
0. Before You Start
📄️ Agent mode (Explyt Agent)
The agent can perform an arbitrary task upon request in the chat.
📄️ What test type should I choose?
Choosing the most appropriate test type is crucial for accurate test generation.
📄️ Model Context Protocol: What It Is and How to Use It
MCP (Model Context Protocol) is an open standard based on JSON-RPC that defines how LLMs connect to tools, services, and data. With MCP, developers don't need to build custom integrations for every single tool.
📄️ Rules
What is the Rules feature?
📄️ Workflows
What is the Workflows feature?
📄️ Explain Code describes how the code works and outlines what impacts its use
📄️ Analyze for Bugs analyzes the code for possible implementation errors
📄️ Flaky test detection
📄️ Increase test coverage
📄️ Repair compilation and runtime errors of any test class
📄️ Inline code generation
📄️ Extending test class with new test methods
📄️ Explain Error in Run Window
📄️ Web search & Web fetch Agent Tools
The agent can now fetch web pages and use them in chat.
📄️ Formal methods
TBA
📄️ Run tests with instrumentation
TBA
📄️ Indexes for fast code search
In our plugin there are two types of search: similar search and exact search.
📄️ Automatic chat compression
We added automatic chat compression so the agent won't get overloaded with context when the chat grows large. It activates compression automatically when messages become too big to keep the chat responsive. You don't need to do anything manually.