EXPLYT TEAM
16.10.2025
3 MINUTES
We are happy to introduce Explyt 5.0 with Rider support. Developing and testing C# applications is now even more efficient with Explyt.
Previously, when generating tests in Java/Kotlin projects, the Explyt plugin provided only a fixed set of settings (such as choosing the testing and mocking frameworks, and the type of tests). When fixing tests, it followed a rigid pipeline.
With the improvement in model quality, this approach is no longer optimal. Therefore, in this release, we are introducing a new agentic mode for test generation and test repair.
Now, the model independently decides which key decisions need to be coordinated with the user before generating a new test class and how to most effectively fix outdated or failing tests.
If you wish, you can switch back to the previously used mechanism for test generation and test repair

Starting with this version, if a large, long-running test fails, you can debug it much faster.
To do this, click the Explyt: Reproduce button next to the relevant frame in the stack trace.
As a result, you will get an isolated, faster unit test which reproduces the same issue.
With such a test, debugging heavy Java/Kotlin tests becomes much easier.
The agent can now fetch web pages and use them in chat.
The agent can also search the web for you on the following websites:
We'll add more testing and development websites to the search soon!



