Skip to content

feat(runner): add support for running and repairing tests#62

Merged
devversion merged 1 commit into
angular:mainfrom
atscott:main
Oct 11, 2025
Merged

feat(runner): add support for running and repairing tests#62
devversion merged 1 commit into
angular:mainfrom
atscott:main

Conversation

@atscott
Copy link
Copy Markdown
Contributor

@atscott atscott commented Sep 29, 2025

This commit introduces the ability to run tests against the generated code as part of the evaluation process.

A new optional testCommand can be in the environment configuration. If provided, this command will be executed after a successful build.

If the tests fail, the tool will attempt to repair the code using the LLM, similar to how build failures are handled. The number of repair attempts is configurable.

The report has been updated to display the test results for each run, including whether the tests passed, failed, or passed after repair. The summary view also includes aggregated statistics about the test results.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants