CursorPool
← 返回首页
Assert logo

Assert

3

从你的 AI 编码 agent 运行真实的 Playwright E2E 测试。

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

"Assert"

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

"Run real Playwright E2E tests from your AI coding agent. Describe what to test in plain English, Assert writes and executes the test, and reports back step-by-step results."

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

"https://assert.click/img/icon.png"

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

"https://assert.click"
MCP服务器
添加到 Cursor

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

{
  "command": "npx",
  "args": [
    "-y",
    "@assert-click/mcp"
  ],
  "env": {
    "ASSERT_API_KEY": {
      "description": "Your Assert API key. Get one free at dashboard.assert.click",
      "required": true
    }
  }
}