Commit f144303
committed
test(js): add JavaScript tracer unit and E2E tests
Add comprehensive test coverage for JavaScript tracing:
- Unit tests for trace parsing (function_calls and legacy schemas)
- Unit tests for replay test generation (Jest and Vitest)
- E2E test for full tracing pipeline with npm dependencies
- Framework detection tests (Jest, Vitest, package.json)1 parent 1efbcc8 commit f144303
File tree
3 files changed
+571
-15
lines changed- .github/workflows
- packages/codeflash/runtime
- tests/test_languages
3 files changed
+571
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
| 381 | + | |
0 commit comments