Skip to content

docs: update integration testing guide#281

Merged
github-actions[bot] merged 2 commits into
mainfrom
spboyer/fix-issue-270-docs
May 23, 2026
Merged

docs: update integration testing guide#281
github-actions[bot] merged 2 commits into
mainfrom
spboyer/fix-issue-270-docs

Conversation

@spboyer

@spboyer spboyer commented May 23, 2026

Copy link
Copy Markdown
Member

This refreshes the integration testing guide so the examples match the current CLI behavior and supported model IDs.

  • Replace the stale install command with pip install copilot-sdk
  • Remove removed --executor and --log usage from the examples
  • Update unavailable model references to claude-sonnet-4.6

Validation:

  • Targeted searches confirmed the file no longer mentions --executor, --log, or claude-sonnet-4-20250514
  • git diff --check -- docs/INTEGRATION-TESTING.md

Closes #270

Copilot AI review requested due to automatic review settings May 23, 2026 00:42
@github-actions github-actions Bot enabled auto-merge (squash) May 23, 2026 00:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates docs/INTEGRATION-TESTING.md to align the integration testing guide with current waza CLI behavior by removing stale flags and refreshing model IDs/examples.

Changes:

  • Updates install and troubleshooting snippets for Copilot SDK setup.
  • Removes deprecated --executor / --log CLI usage from examples and replaces logging with --session-log.
  • Updates example model IDs to claude-sonnet-4.6.
Show a summary per file
File Description
docs/INTEGRATION-TESTING.md Refreshes integration testing documentation examples (install, CLI flags, model IDs, logging) to match current CLI behavior.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 4

Comment thread docs/INTEGRATION-TESTING.md Outdated
Comment thread docs/INTEGRATION-TESTING.md
Comment thread docs/INTEGRATION-TESTING.md
Comment thread docs/INTEGRATION-TESTING.md
@github-actions github-actions Bot merged commit 3ff6d57 into main May 23, 2026
5 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.

docs: INTEGRATION-TESTING.md references removed flags (--executor, --log), wrong install method, and unavailable model IDs

3 participants