test-optimization(feat): Add cypress command spans (analog to playwright steps)#8580
test-optimization(feat): Add cypress command spans (analog to playwright steps)#8580cbasitodx wants to merge 3 commits into
Conversation
|
Overall package sizeSelf size: 5.84 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.1 | 82.56 kB | 817.39 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e6bd2339aa
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
BenchmarksBenchmark execution time: 2026-05-21 10:26:13 Comparing candidate commit 686473d in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1496 metrics, 97 unstable metrics. |
What does this PR do?
Add command spans for Cypress commands.
Motivation
Playwright is able to create step child spans of test spans. Steps are logical actions that compose a test. In the case of Cypress, steps are modelled as commands. There was not a functionality in the JS tracer to create spans for commands. This will improve visibility of Cypress tests.