·
3 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Summary
- Adds new tools to allow agents to access full history of testing metrics and execution logs
Tool | Description |
---|---|
currents-get-projects |
Retrieves a list of all projects available. |
currents-get-run-details |
Retrieves details of a specific test run. |
currents-get-spec-instances |
Retrieves debugging data a specific execution of a test spec file. |
currents-get-spec-files-performance |
Retrieves spec file historical performance metrics for a specific project. |
currents-get-tests-performance |
Retrieves test historical performance metrics for a specific project. |
currents-get-tests-signatures |
Retrieves a test signature by its spec file name and test name. |
currents-get-test-results |
Retrieves debugging data from test results of a test by its signature. |
Use cases
The new tools should support use cases such as:
- "Please fix this test?" (Agent should retrieve last execution data just by knowing the test name and spec filename)
- "What were the top flaky tests in the last 30 days?" (Agent should retrieve test metrics from all projects in the date range)
- "What were the slowest specs in the last 7 days?" (Agent should retrieve spec metrics from all projects in the date range)
- "Please fix all my flaky tests" (Agent should investigate which tests are flaky, create a plan and execute it)