chore: update ScoutQA skill with issue verification and localhost testing support#983
chore: update ScoutQA skill with issue verification and localhost testing support#983phatpham-katalon wants to merge 2 commits intogithub:stagedfrom
Conversation
…ting support Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the existing scoutqa-test skill documentation to reflect new ScoutQA CLI capabilities and updated URLs, improving guidance for verifying known issues and testing local applications.
Changes:
- Add documentation for
issue-verifyandlist-issuesflows to support verifying previously reported issues. - Document
localhost/127.0.0.1testing support and introduce a-v, --verboseoption in the documented CLI flags. - Update browser URLs from
scoutqa.aitoapp.scoutqa.aiand simplify the skill description text.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| skills/scoutqa-test/SKILL.md | Expands the skill workflow with issue verification + local testing guidance; updates URLs and CLI options. |
| docs/README.skills.md | Updates the skills index entry to match the revised ScoutQA skill description. |
aaronpowell
left a comment
There was a problem hiding this comment.
can you action the copilot PR feedback and make the description a single line
sure, lemme address them |
…execution from header
| ### Local Testing Support | ||
|
|
||
| ScoutQA supports testing `localhost` and `127.0.0.1` URLs autonomously — no manual setup required. | ||
|
|
||
| ```bash | ||
| # Seamlessly test a locally running app when you're developing your app | ||
| scoutqa --url "http://localhost:3000" --prompt "Test the registration form" | ||
| ``` |
There was a problem hiding this comment.
The new “Local Testing Support” section states ScoutQA can test localhost/127.0.0.1 with “no manual setup required”, but elsewhere this doc says tests run remotely on ScoutQA’s infrastructure. Please clarify how remote execution can reach a local-only URL (e.g., whether the CLI runs the browser locally, establishes an automatic tunnel, or requires the app to be network-accessible) and reconcile the wording so readers don’t assume it will work in all environments by default.
There was a problem hiding this comment.
We leverage the Cloudflare Tunnel to help user seamlessly test their localhost without deployment ready ? Users don't need to know about how it works, we want to make ScoutQA Skill become seamless and comfortable for all users
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Updates the ScoutQA testing skill with:
issue-verifyandlist-issuescommands for verifying known issueslocalhost/127.0.0.1testing support-v, --verboseCLI optionscoutqa.aitoapp.scoutqa.aiType of Contribution
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.