feat: add run-interactive-test skill and WebDriver session support#5
Open
feat: add run-interactive-test skill and WebDriver session support#5
Conversation
…on, background execution, and browser session integration
…changelog - Remove duplicate kobiton-darwin-x64 (was identical arm64 binary) - Remove empty Linux placeholder binaries - Fix MCP_FILE path injection by passing via env var in run.sh - Add CHANGELOG entry for v1.0.3 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…support KOBITON_PORTAL
36249a0 to
02a5ad1
Compare
… doctor diagnostic tool
Open
2 tasks
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.
Summary
Introduces the
run-interactive-testskill enabling natural-language interactive testing on Kobiton devices via WebDriver. Also enhances therun-automation-suiteskill with mandatory app selection, background execution, and improved capability rendering. Includes a/setupcommand for guided credential configuration and aSessionStarthook for automatic environment setup.Changes
run-interactive-test— translates natural language intents into WebDriver commands (tap, type, swipe, rotate, etc.) with a platform-native CLI binary/setup— guided wizard for configuring Kobiton credentials and portal URLSessionStart— auto-configures WebDriver session environment on startuprun-automation-suitewith mandatory app selection, background execution, and browser session integrationTest Plan
run-interactive-testskill triggers correctly for interactive testing prompts/setupcommand walks through credential configurationSessionStarthook auto-configures environment on new sessionrun-automation-suiterequires app selection before executionCode Review
Checklist
Generated with Claude Code