Skip to content

docs(cli-client/skill): use the real requests command in heal diagnose step#41003

Merged
yury-s merged 1 commit into
microsoft:mainfrom
adityasingh2400:docs-cli-skill-network-command
May 26, 2026
Merged

docs(cli-client/skill): use the real requests command in heal diagnose step#41003
yury-s merged 1 commit into
microsoft:mainfrom
adityasingh2400:docs-cli-skill-network-command

Conversation

@adityasingh2400
Copy link
Copy Markdown
Contributor

Summary

  • The spec-driven-testing skill's heal diagnose snippet listed playwright-cli network, which is not a real command. The network commands are requests (and request <n> for details), route, route-list, and network-state-set.
  • Switched the line to playwright-cli requests, matching the DevTools usage already documented in SKILL.md. That is the right command for the inline comment's intent ("failed request? wrong payload?").

Minor docs-only fix, no API or behavior change.

…e step

The heal section's diagnose snippet listed `playwright-cli network`, which
is not a command. Inspecting network traffic is done with `requests`, as
the DevTools examples in SKILL.md already show.
@github-actions
Copy link
Copy Markdown
Contributor

Test results for "MCP"

7181 passed, 1113 skipped


Merge workflow run.

@yury-s yury-s merged commit f2afe40 into microsoft:main May 26, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants