The plugin is in preview and is not listed in the providers’ official directories. Check the public plugin repository for release status and supported clients.
Before you begin
You need:- Access to a QA Wolf workspace.
- A supported coding agent, such as Claude Code or Codex.
- A staging application and dedicated test access that QA Wolf’s cloud browser can use.
Install and sign in
- Claude Code
- Codex
- Other coding agents
Run these commands inside Claude Code:Start a new session. If sign-in is required, open
/mcp, select the QA Wolf plugin server, and choose Authenticate. Complete the browser sign-in and return to Claude Code.For terminal-based sign-in, use the plugin-scoped server name:Verify the connection
Ask your coding agent:Choose the right skill
You can ask in plain language. A request that already names the new flow goes directly to Flow Outline.
Create your first flow
1
Give the agent a target
Open your coding agent in the project you want QA Wolf to test, or identify the project in your message. Then ask:Include the staging URL if the agent does not already know it.If you already know the journey, ask for it directly, such as “Create a QA Wolf flow for signing up with an email verification code.”
2
Let the coding agent explore
Your coding agent uses QA Wolf’s cloud browser to inspect the application and gather test context. It asks about gaps it cannot resolve, such as missing access or unclear requirements. It does not write the test code locally.A new-flow request covers routine staging exploration, including disposable test-account creation and cleanup. Production actions, purchases, changes to existing data, and contact with real users need explicit approval. Your client’s tool permission controls still apply.Cloud browsers bill while their runners exist. The agent terminates its exploration runner before waiting for outline approval.
3
Review the outline
Before asking you to approve creation, the agent displays the full outline:
- Arrange: The target, test account or role, data, and starting state.
- Act: The user actions to perform.
- Assert: The visible outcomes that establish success.
- Cleanup and constraints: What to remove or reset, and which actions are out of scope.
4
Follow implementation
After approval, the coding agent sends the outline to QA Wolf for implementation and validation. It shares the live session link before monitoring the work.The coding agent keeps monitoring and reports new progress, questions, blockers, and the outcome. Unchanged status does not need another update. Answer any blocking questions in the same conversation so work continues in the same session.
5
Verify the finished flow
Use the returned session and flow links to review the result. The coding agent checks three things separately:
- The finished flow has a validation result, not just a passing starter step.
- The flow is published in the selected environment.
- Its readiness matches your choice of draft or active.
Troubleshooting
The agent cannot find QA Wolf tools
The agent cannot find QA Wolf tools
Confirm that the plugin is enabled and start a fresh client session. Skill-only clients also need MCP configuration. Follow your client’s section in the setup guide; missing tools alone do not mean authentication failed.
Sign-in fails or the session expires
Sign-in fails or the session expires
Use the client’s authentication controls and check
whoami again. A manually configured Authorization header can prevent OAuth sign-in. Follow the authentication troubleshooting guide without sharing credentials in chat.Creation is waiting or the flow is still a draft
Creation is waiting or the flow is still a draft
Open the session link and check for a question or blocker. Answer in the existing conversation rather than starting another creation request. A completed implementation, published code, and active readiness are separate states; ask the agent which step remains.