testers.ai

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

See testers.ai in Action

Watch how testers.ai transforms your testing workflow

Step 1: Download

Download the correct version of the testers tool for your operating system:

MacOS (Intel)

macOS 15 Sequoia only

Sequoia (latest)

Windows

Windows 11 only

Download

Ubuntu

 

Download

Step 2: Mark testers app safe

Follow these instructions to prepare the testers tool for your operating system:

MacOS Instructions

  1. Unzip to a folder and open a command window to that folder.
  2. Run the following commands to mark the binaries as safe:
xattr -d com.apple.quarantine ffmpeg
xattr -d com.apple.quarantine testers

Step 3: Start Agents

Start the testers agents to wait for your commands:

Run on MacOS/Linux

  1. Open terminal to the unzipped folder
  2. Run the following command:
./testers jai

Replace bing.com with the URL you would like to test.

Step 4: IDE Prompt Instructions

Prompt your IDE to know how to start the AI Testing Agents:

Copilot Logo

GitHub Copilot

Follow these steps to set up AI Testing Agents with Visual Studio Code IDE with GitHub Copilot:

  1. Open Visual Studio Code settings
    Copilot Settings Menu
  2. Find MCP Settings
    Copilot Settings Menu
  3. Add testers.ai to the MCP Server config settings.json file that opens.
    MCP Config
    { "testers_ais_MCP_Server": { "type": "sse", "url": "http://0.0.0.0:57537/sse", } }
  4. In Copilot Agent chat windowtype the following prompt:
    Copilot Prompt
    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!