You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--list-tests json: Documents the new machine-readable JSON test discovery output mode introduced in PR Add --list-tests json for machine-readable test discovery output #8280. Explains the three invocation forms (--list-tests, --list-tests text, --list-tests json), the JSON schema v1 structure, and per-field behaviour (omitted-not-null, array-based traits/properties for duplicate-key safety, schemaVersion versioning).
The bundle file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 26015967694 -n agent -D /tmp/agent-26015967694
# Fetch the bundle into a local branch
git fetch /tmp/agent-26015967694/aw-docs-glossary-weekly-2026-05-19.bundle refs/heads/docs/glossary-weekly-2026-05-19:refs/heads/docs/glossary-weekly-2026-05-19-4a5158bcb0f49759
git checkout docs/glossary-weekly-2026-05-19-4a5158bcb0f49759
# Push the branch to origin
git push origin docs/glossary-weekly-2026-05-19-4a5158bcb0f49759
# Create the pull request
gh pr create --title '[docs] Update glossary - weekly full scan' --base main --head docs/glossary-weekly-2026-05-19-4a5158bcb0f49759 --repo microsoft/testfx
Glossary Updates
Scan Type: Full scan (weekly — Monday)
Terms Added:
--list-tests json: Documents the new machine-readable JSON test discovery output mode introduced in PR Add --list-tests json for machine-readable test discovery output #8280. Explains the three invocation forms (--list-tests,--list-tests text,--list-tests json), the JSON schema v1 structure, and per-field behaviour (omitted-not-null, array-based traits/properties for duplicate-key safety,schemaVersionversioning).Changes Analyzed:
Related Changes:
b345b57/ PR Add --list-tests json for machine-readable test discovery output #8280: Add --list-tests json for machine-readable test discovery outputNote
This was originally intended as a pull request, but the git push operation failed.
Workflow Run:View run details and download bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: