Add Code Execution and Test Running to Traycer #21
jaycangel
started this conversation in
Feature Requests
Replies: 1 comment
-
|
Thank you for the excellent suggestion, @jaycangel. Running terminal commands to execute the application or test cases is a necessary step for end-to-end verification. We have it on our immediate agenda and will add support for it in the coming weeks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: Add Code Execution and Test Running to Traycer
Summary
Traycer currently performs extensive scanning and verification but never actually runs the code. Without execution, Traycer misses critical issues like library incompatibilities, runtime errors, and configuration problems.
Problem
I’ve spent hours building a test site only to discover that Traycer’s verification steps alone aren’t enough—because the code is never executed, many issues slip through undetected. This makes it difficult to rely on Traycer for realistic validation of applications. Even when using multiple models (Traycer, Claude, Copilot, Gemini), the same limitation persisted.
Proposed Solution
Benefits
Additional Context
This feature would make Traycer significantly more robust and useful for developers working on complex projects where static verification is not enough.
Beta Was this translation helpful? Give feedback.
All reactions