Add WebdriverIO and logging support to Test Optimization docs - #39551
Merged
juan-fernandez merged 6 commits intoSep 2, 2026
Conversation
Contributor
Preview links (active after the
|
Contributor
Author
|
/review |
Contributor
There was a problem hiding this comment.
🤖 Automated review by Claude. AI-generated; verify before acting.
Clean update overall — WebdriverIO tab mirrors the Vitest structure well, and the removal of the "Vitest browser mode not supported" caveat aligns with the new support note in the compatibility tables. One minor style nit on version notation consistency.
Reviewed 142655e4ac5f859e4c231becf2a0bf4d0a8ec91d — workflow run
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
juan-fernandez
marked this pull request as ready for review
September 1, 2026 07:33
Contributor
There was a problem hiding this comment.
Two Winston entries give conflicting version limits. One entry says that unsupported dd-trace-js 5.0.0 through 5.23.x releases have support.
🤖 Datadog Autotest · Commit e07aa01 · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest
anmarchenko
approved these changes
Sep 1, 2026
hestonhoffman
approved these changes
Sep 1, 2026
juan-fernandez
deleted the
juan-fernandez/add-webdriverio-test-optimization
branch
September 2, 2026 09:47
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?
Documents Test Optimization support for WebdriverIO 9 with the Mocha and Jasmine adapters, including the required
dd-traceversions and instrumentation steps.Also documents the
dd-traceversions that added Vitest browser mode support and the upcoming versions that add agentless log submission for Pino and Bunyan.Merge readiness
For Datadog employees:
<name>/<description>convention and include the forward slash (/). If you've already created your PR with an incorrect branch name, please rename your branch and open a fresh PR./reviewto run an automated check that catches common issues before a Documentation team member reviews your PR.AI assistance
Used Codex to research
dd-trace-jsrelease versions and assist with drafting and validation.Additional notes
Pino and Bunyan support targets the unreleased
dd-tracev5.124.0 and v6.13.0 minor versions.Validation:
git diff --checkpasses.