Add AI Testers to GitHub Copilot
Give your AI Coding Agents some AI Testing Agents--so you don't have to do most of the testing.
Learn more about IDE Integration and the new AI Engineering Workflow
Give your AI Coding Agents some AI Testing Agents--so you don't have to do most of the testing.
Learn more about IDE Integration and the new AI Engineering Workflow
Download the correct version of the testers tool for your operating system:
Follow these instructions to prepare the testers tool for your operating system:
xattr -d com.apple.quarantine ffmpeg
xattr -d com.apple.quarantine testers
Start the testers agents to wait for your commands:
./testers jai
Replace bing.com with the URL you would like to test.
Prompt your IDE to know how to start the AI Testing Agents:
Follow these steps to set up AI Testing Agents with Visual Studio Code IDE with GitHub Copilot:
{
"testers_ais_MCP_Server": {
"type": "sse",
"url": "http://0.0.0.0:57537/sse",
}
}
Can you run my server locally so I can view it?
Can you use the check tool on the running app and fix any bugs it returns if any.
After setting up, Copilot will automatically run your server and use AI Testing Agents to find and fix bugs in your application!