[DOCS-15458] Add Bits Testing and Goal-Based Testing docs - #39312
Open
younesddog wants to merge 7 commits into
Open
[DOCS-15458] Add Bits Testing and Goal-Based Testing docs#39312younesddog wants to merge 7 commits into
younesddog wants to merge 7 commits into
Conversation
Adds two new Synthetic Monitoring pages for the Bits Testing AI agent and the new Goal-Based Testing test type, wires them into the left nav above Platform, and links them from the Synthetic Monitoring landing page. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
Preview links (active after the
|
Both pages are Preview-only, so mark them private to exclude them from the Algolia site search index and add a noindex meta tag for external search engines.
Replaces the TODO image placeholders with real product screenshots and adds a few more to illustrate Agent Profiles, generated test suites, and scheduling a Goal-Based test.
Moves the Supported locations section into the Create a Goal-Based test section, matching how Browser Testing nests its Locations subsection inside test configuration.
Specifies that the location restriction applies to Bits Testing and Goal-Based tests, while Browser, HTTP, and Network Path tests generated by Bits Testing support Private Locations like any other Synthetic test.
Splits the Goal-Based test creation screenshot into two: the New Synthetics Test type-selection dialog and the New Goal-Based Test panel, each placed next to the step it illustrates.
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?
Fixes DOCS-15458
Adds two new pages under Synthetic Testing and Monitoring:
/synthetics/bits_testing/— how to access and run Bits Testing, Agent Profiles, reading results, generated test suites, and FAQ/synthetics/goal_based_testing/— the new Goal-Based Testing test type: creating a test, how it evaluates Pass/Fail, scheduling/editing, and supported locationsBoth pages are linked from the Synthetic Monitoring landing page and added to the left nav, positioned above Platform.
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
Content drafted with Claude Code from a Google Drive source guide, following existing Synthetic Monitoring page conventions.
Additional notes