testers.ai

Add AI Testers to Windsurf

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:

Windsurf Logo

Windsurf

Follow these steps to set up AI Testing Agents with Windsurf IDE:

  1. Open Windsurf settings
    Windsurf Settings Menu
  2. Find MCP settings search for "MCP" and click the "Add Server" Button
    Add MCP Server
  3. Click the "Add custom server" Button
    Add MCP Server
  4. Edit the mcp_config.json file that opens.
    MCP Config
    { "mcpServers": { "testers.ai MCP Server": { "serverUrl": "http://0.0.0.0:57537/sse" } } }
  5. In Windsurf Agent chat windowtype the following prompt:
    Windsurf Prompt
    Note: This asks Windsurf to start serving the page so the testers can access it.
    Run my server on a localhost url, with only a port number, no path, so I can view it?
    Note: This asks the AI Testing Agents to both check the page for issues, and also generate and execute a few functional tests.
    Please test this app using the tool.
    Note: This asks the AI Testing Agents to *only* check the page for issues. A lot faster.
    Please check this app using the tool.

After setting up, Windsurf will automatically run your server and use AI Testing Agents to find and fix bugs in your application!