Profiles your local test runs, cross-references them against your team's production incident history, and flags failure patterns inline in your editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Profiles your local test runs, cross-references them against your team's production incident history, and flags failure patterns inline in your editor — before the PR opens.
How it works
You run pytest / jest / vitest in VS Code (test explorer or terminal task).
Codela wraps the run with OpenTelemetry auto-instrumentation, pointing at a collector embedded in the extension (localhost:4318).
When the run finishes, Codela POSTs the trace to the Codela server (/profile endpoint).
The server matches trace signals — query counts, span trees, call durations — against your team's production pattern library.
Any matches land back in the editor as inline red/orange annotations on the offending lines. Hovering shows the pattern name, prod incident evidence, and suggested fix.