Add JavaScript/Jest support to Test Parallelization docs#37980
Merged
cbasitodx merged 11 commits intoJul 7, 2026
Conversation
Contributor
anmarchenko
reviewed
Jul 6, 2026
anmarchenko
reviewed
Jul 6, 2026
anmarchenko
approved these changes
Jul 6, 2026
anmarchenko
left a comment
Member
There was a problem hiding this comment.
left a couple of comments but looks good overall!
1839919 to
928c23b
Compare
estherk15
reviewed
Jul 6, 2026
Co-authored-by: Esther Kim <esther.kim@datadoghq.com>
estherk15
approved these changes
Jul 6, 2026
estherk15
left a comment
Contributor
There was a problem hiding this comment.
Thanks for the updates!
| | -------- | ---------- | ----------------------- | | ||
| | Ruby | RSpec, Minitest | `datadog-ci` gem `1.31.0` or later | | ||
| | Python | pytest | `ddtrace` package `4.11.0` or later | | ||
| | JavaScript | Jest | `dd-trace` package `6.0.0` or later | |
Contributor
There was a problem hiding this comment.
I would also include the v5 release line, as some customers might want to stick to it for a bit. That'd be https://github.com/DataDog/dd-trace-js/releases#release-v5.111.0 or higher
Author
There was a problem hiding this comment.
Thanks! I'll make this changes in ddtest README aswell
juan-fernandez
approved these changes
Jul 7, 2026
Co-authored-by: Juan Antonio Fernández de Alba <fernandez.alba.juan@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Updates the Test Parallelization documentation to reflect that
ddtestnow supports JavaScript/Jest.Changes across all four pages in
/tests/test_parallelization/:_index.md): Added JavaScript/Jest to the compatibility table; addeddd-trace >= 6.0.0requirement.setup.md): Added JavaScript prerequisites; added Ruby/Python/JavaScript tabs for single-node and multi-node run commands; added JavaScript/Jest CI setup guidance for GitHub Actions and CircleCI.configuration.md): Updated--platform,--framework,--command, and--tests-locationdescriptions to include JavaScript/Jest; added "Jest test discovery and instrumentation" section documenting Jest lookup order,--listTests,--runTestsByPath, andNODE_OPTIONSinstrumentation.best_practices.md): Updated description; added npm caching example alongside Bundler and pip; added "Configure Jest" section covering custom commands, discovery behavior, instrumentation, and suite-level Test Impact Analysis.Merge instructions
Merge readiness:
Additional notes
This follows the Python/pytest documentation structure from #37752.