AgentMarketMCP / SKILL 资产档案馆

目录 / TestMu AI MCP Server

MCP 鉴权未知 未评级 已上架

TestMu AI MCP Server

TestMu AI MCP Server lets developers run, debug, and triage tests using natural language directly from their IDE (Cursor, Claude, GitHub Copilot & other MCP clients). **Tools:** - **HyperExecute** — test orchestration + YAML config - **Automation** — debug test failures via logs - **SmartUI** — visual regression analysis - **Accessibility** — WCAG / a11y checks - **Test Manager** — AI test-case generation Endpoint: https://mcp.lambdatest.com/mcp (OAuth). Docs: https://www.testmuai.com/support/docs/testmu-mcp-server/

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://testmu-mcp--rahulj.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "TestMu AI MCP Server": {
      "url": "https://testmu-mcp--rahulj.run.tools"
    }
  }
}

能力清单

工具说明
upload_appUploads an app to LambdaTest for mobile testing and displays upload status.
generateHyperExecuteYAMLGenerates a HyperExecute YAML configuration for running tests on LambdaTest's HyperExecute platform. REQUIRED fields: project (language, framework) and testing (testDiscovery.command, testRunnerCommand) All other fields are OPTIONAL. Supports multiple languages and frameworks: - JavaScript/TypeScript: Playwright, Cypress, WebDriverIO, Puppeteer, Taiko - Python: Pytest, Behave, Robot Framework - Java: TestNG, JUnit, Cucumber - Ruby: RSpec, Capybara - C#: NUnit, xUnit, MSTest - Mobile (ONLY use appTesting for these): XCUI (iOS), Espresso (Android), Appium Features: - Smart framework defaults for common configurations - Input validation with security checks - Caching and artifact upload configuration - Git integration via sourcePayload - Mobile app testing support (via optional appTesting field) NOTE: For web automation (Selenium, Playwright, Cypress, etc.), do NOT include appTesting field.
answerHyperExecuteQueryAnswers questions about HyperExecute features, configuration, usage, troubleshooting, and best practices by searching through documentation.
getHyperExecuteJobInfoFetches and displays information about a HyperExecute job including status, test results, and progress.
getHyperExecuteJobSessionsFetches and displays session information for a HyperExecute job.
getAccessibilityReportFetches accessibility report for URLs
analyzeAppViaTunnelAnalyzes a locally running app for accessibility via LambdaTest tunnel.
buildLocalAppForAnalysisBuilds the application from codebase, serves it locally, and analyzes accessibility issues.
getSmartUIResourcesGets resources for a SmartUI comparison
summarizeSmartUIPixelDiffSummarizes SmartUI pixel differences
summarizeSmartUILayoutDiffSummarizes SmartUI layout differences
summarizeSmartUIDomDiffSummarizes SmartUI DOM differences
analyzeSmartUIHumanDiffAnalyzes SmartUI differences from a human perspective
analyzeSmartUIRunAnalyzes a SmartUI test run
getAutomationTestDetailsFetches detailed information about an automation test by ID
getAutomationTestCommandLogsFetches command logs for a specific automation test
getAutomationTestNetworkLogsFetches network logs for a specific automation test
getAutomationTestBrowserConsoleLogsFetches Browser Console logs for a specific automation test. Note: Not available for mobile app automation tests.
getAutomationTestSeleniumLogsFetches Selenium logs (web), Appium logs (mobile/Appium), or instrumentation logs (mobile/XCUI/Espresso) for a specific automation test. Automatically detects XCUI and Espresso tests and fetches the correct log type.
automationQueryUnified tool for querying LambdaTest automation resources: builds, sessions, tests, and logs. Supports listing builds, getting build details, deleting/updating/stopping builds, listing sessions in a build, fetching test details, and retrieving test logs (command, network, console, selenium, instrumentation). Use logType "instrumentation" for XCUI and Espresso test logs.
triggerSuiteRunTriggers a phone call test run for a specific suite. This will initiate phone calls for all scenarios configured in the suite.
getSuiteOverviewGets comprehensive suite overview for a project including run counts, latest status, scores, schedule information, and active calls.
getSupportedPlatformsRetrieve all supported browser and OS combinations available on LambdaTest (3000+ options). Use this to discover valid values for os, browser, version when setting up test configurations.
listTunnelsRetrieve all active LambdaTest tunnel connections for the account. Useful for checking which tunnels are running before starting a new one or debugging local testing connectivity.
stopTunnelTerminate a specific active tunnel connection by tunnel ID. Use this to clean up tunnels that are no longer needed.
deleteSessionPermanently delete a specific automation test session from LambdaTest by session ID.
updateSessionUpdate the name or pass/fail status of a test session. Use status_ind to mark tests as passed, failed, error, or skipped from your test framework.
stopSessionStop an active running test session on LambdaTest.
getSessionScreenshotsRetrieve command-by-command screenshots captured during a test session. Returns screenshot URLs for each step.
getSessionVideoRetrieve the video recording URL for a completed test session.
getSessionV2CommandLogsRetrieve v2 command execution logs for a test session. Returns structured JSON with enhanced detail compared to v1 logs.
getSessionV2SeleniumLogsRetrieve v2 Selenium/WebDriver grid request and response logs for a test session.
postSessionExceptionsUpload exception/error logs from the client machine for a test session. Use this to attach assertion failures or unexpected errors to a session.
postSessionAssertionsUpload assertion results for a test session. Use this to attach test assertion outcomes to a session for reporting.
postTestExceptionsUpload exception logs for a specific test (by test ID) rather than by session ID.
getLiveSessionLogsStream live logs from an active test session in real time.
getOrgConcurrencyRetrieve the current concurrency usage and limits for the organization on web automation (Selenium/Cypress).
getScreenshotTestResultRetrieve the results and screenshot URLs for a completed or in-progress screenshot test.
stopScreenshotTestStop an active screenshot test before it completes.
getAnalyticsDataRetrieve analytics and test metrics data for the organization including build counts, pass/fail rates, and usage statistics.
getFlakyTestsRetrieve a list of flaky tests — tests that pass and fail intermittently — to help identify unstable test cases. (UNDOCUMENTED - may change without notice)
getTestTrendsRetrieve test execution trends over time including pass rates, failure rates, and execution counts. (UNDOCUMENTED - may change without notice)
getAnalyticsErrorsRetrieve aggregated error data and failure analysis across test sessions. (UNDOCUMENTED - may change without notice)
getPerformanceTestResultRetrieve the results of a completed performance test including Core Web Vitals, load times, and performance scores.
uploadPrerunFileUpload a prerun script or file to LambdaTest. Prerun files execute before the test starts on the remote machine.
deletePrerunFileDelete an uploaded prerun file by stored LambdaTest file path.
uploadUserFileUpload a user file to LambdaTest storage. User files can be referenced in test scripts during execution.
deleteUserFileDelete an uploaded user file by stored LambdaTest file path.
listUploadedAppsRetrieve all apps uploaded to LambdaTest for mobile testing. Use type=android/ios for real devices, emulator/simulator for virtual devices.
deleteUploadedAppsDelete one or more uploaded apps from LambdaTest by their app IDs.
uploadAppVirtualDeviceUpload an app (APK for emulator, IPA for simulator) to LambdaTest for virtual device (emulator/simulator) testing.
listDevicesForTestingRetrieve all available real devices on LambdaTest for mobile app testing. Filter by region and OS.
getMobileCapabilityGeneratorRetrieve capability generation data for mobile automation test configuration.
listMobileBuildsRetrieve all mobile automation builds from the LambdaTest mobile automation API.
listMobileSessionsRetrieve all mobile automation sessions from the LambdaTest mobile automation API.
getMobileConcurrencyRetrieve the current concurrency usage and limits for mobile automation (real device testing).
checkAppProcessingStatusCheck whether an uploaded app has been processed and is ready for features like image injection, network logs, and screenshot unblock on real devices.
checkAppProcessingStatusVirtualDeviceCheck whether an uploaded app has been processed for feature support on virtual devices (emulator/simulator).
tm_list_projectsList all Test Manager projects the authenticated user is allowed to see. Supports keyword search and pagination.
tm_get_test_casesFind test cases in a project by filters (folder, priority, automation status, type, tags) and/or search (matches test case ID like TC-123, or title; minimum 3 characters) — returns summaries. Filters combine (AND). Pass case_id instead to get one case's full detail (steps, BDD scenarios, field values).
tm_list_foldersGet a folder tree. Test Manager keeps three folder types: Test Cases and Test Runs folders (per project — pass project_id) and Modules folders (organization-level, since modules are shared across projects — no project_id needed). Pick with the tree parameter (default: test-cases). New test-case/test-run folders can be created with tm_create_folder.
tm_list_modulesList the organization's reusable step Modules (modules are org-level, shared across projects — the same list as the Modules page). Supports name search and pagination. Reference a module by id when creating or editing a test case to include its steps (the Module itself is never changed).
tm_list_configurationsList saved run Configurations (reusable platform / browser / OS / device setups). To apply one to a run, pass the configuration's TOP-LEVEL id to tm_create_test_run or tm_update_test_run as configuration_id (NOT the nested environments[].environment_id). Pass run_type to see only the configurations usable for that run type (kaneai vs manual). Each test instance carries exactly one configuration. Configurations are created by humans in the Test Manager UI.
tm_get_test_runsPass run_id to get one test run's detail plus its result summary (instance counts by status — passed / failed / skipped / not started / in progress — and pass rate). Otherwise pass project_id to list runs with optional filters. Every returned run carries run_type ("kaneai" or "manual") identifying KaneAI runs — the backend stores KaneAI runs with type "Manual" (result-entry mode), so use run_type, not type, to tell them apart.
tm_get_milestonePass milestone_id to get one milestone's detail and live completion progress. Otherwise pass project_id to list the project's milestones.
tm_get_coverage_summaryTest coverage for a project — overall and per folder — computed live from the project's test cases (matches the Test Cases screen). Also answers requirement / traceability coverage: pass jira_id (any Jira issue key, e.g. TE-123 — a requirement, user story, epic, ticket or bug) to get that item's test coverage (the test cases linked to it and how many are automated; zero linked cases = uncovered). For a set of requirements, call once per Jira key. A scope with no test cases returns all zeros.
tm_create_projectCreate a new Test Manager project. Project & Org Instructions (Memory Layer) stay managed in the UI. Deleting projects is not available through this connection.
tm_update_projectUpdate a project's name, description or tags (fields are merged — only what you pass changes). Project & Org Instructions stay managed in the UI.
tm_create_folderCreate a folder — in a project's Test Cases tree (default) or Test Runs tree (pass project_id), or in the organization-level Modules tree (no project_id needed; module folders are shared across projects). Optionally nest it under an existing parent folder to build folder trees. Deleting folders is not available through this connection.
tm_update_folderRename a folder, change its description, or move it under a different parent folder. Works on all three folder types: per-project Test Cases (default) and Test Runs trees, and the organization-level Modules tree. Moves of test-cases/test-runs folders require project_id; module folders need none.
tm_generate_test_casesGenerate structured test cases from a requirement or prompt using the Test Manager AI generator (applies the project's Memory Layer — Project & Org Instructions — automatically) and file them into the chosen folder. Requirement documents, specs, spreadsheets or screenshots can be attached via files to ground the generation. Volume = test_scenario_limit × per_scenario_test_cases_limit, capped at 50 per call. By default all generated cases are saved into the folder (one sub-folder per scenario); pass auto_save=false to review before saving. The call returns FAST with a request_id (and a browser progress URL) — generation takes ~30-90s in the background; call this tool again with just request_id to check progress, fetch results, or save. Note: consumes AI generation credits.
tm_create_test_caseCreate a single test case in a project folder, with optional steps and references to existing step Modules (module steps are included; the Module itself is unchanged). For creating many cases from a requirement, prefer tm_generate_test_cases.
tm_update_test_caseEdit an existing test case (fields are merged — only what you pass changes). test_steps, when given, REPLACE the case's steps; module_ids append module reference steps. Deleting test cases is not available through this connection.
tm_create_test_runCreate a test run from chosen test cases — manual (default) or KaneAI (run_type: "kaneai"). Each included test case becomes a TEST RUN INSTANCE — the executable copy of that test inside the run, which carries its own status, remarks and exactly one Configuration. The cases must match the run type: KaneAI runs only take KaneAI-authored cases with completed code generation; manual runs only take manual cases. Optionally attach existing milestones, file into a run folder, and apply a Configuration to all instances (KaneAI configurations must be compatible with each case's platform — web/mobile-app/mobile-browser and iOS/Android).
tm_update_test_runUpdate an open test run — overall status (Passed / Failed / Skipped / In Progress), title, objective, milestones, folder, add test cases (each added case becomes a new test run instance; cases must match the run's type — KaneAI or manual), apply a Configuration to the run's instances (configuration_id; on KaneAI runs it must be kane-supported and platform-compatible with the targeted cases), toggle sequential execution (KaneAI runs), or archive it. Only open (active) runs can be updated; a closed/archived run returns a clear message. Adding cases/milestones appends, never replaces.
tm_record_test_resultsRecord execution results on a MANUAL run's TEST RUN INSTANCES (the per-run copies of each test case) — max 500 per request, all-or-nothing (larger requests are rejected with nothing recorded). Manual runs only: KaneAI run results are recorded by KaneAI executions, so manual entry on a KaneAI run is rejected. Target an instance by instance_id, or just pass test_case_id and the instance is resolved automatically. Valid statuses: Passed, Failed, Skipped, Not Started (terminal — run-level "In Progress" is set via tm_update_test_run). Re-recording a step status replaces its result: an omitted step remark is cleared; response echoes per-step outcomes. Optional remarks and assignee per result, and per-step results via steps[] (mark individual test steps / BDD scenario rows Passed/Failed/Skipped with remarks, like the UI's per-step Mark Status). Note: this sets INSTANCE statuses; the run's overall status is set separately via tm_update_test_run.
tm_create_milestoneCreate a milestone in a project (status: Open), optionally with description, start/end dates, tags, and existing runs attached.
tm_update_milestoneUpdate a milestone — title, description, dates, tags — or change its status (e.g. mark it Completed). Deleting milestones is not available through this connection.
tm_link_jira_issueLink a test case, test run, or a run result (instance) to a Jira issue (requirement / user story / epic / bug) — linked test cases are what give the issue its test coverage and traceability. Linking a result also links its case and run. Requires the Jira integration to be set up for the organization — otherwise a clear "set up Jira first" message is returned.
tm_link_ado_issueLink a test case, test run, or a run result (instance) to an Azure DevOps work item (requirement / user story / bug) by its URL — linked test cases are what give the work item its test coverage and traceability. Requires the Azure DevOps integration to be set up for the organization — otherwise a clear "set up Azure DevOps first" message is returned.
getAccessibilityScanReportRetrieve the full accessibility scan report for a completed scan by scan ID.
getAccessibilityScanIssuesRetrieve the list of accessibility issues found in a completed scan. Optionally filter by severity.
uploadSmartUIScreenshotsUpload screenshots to LambdaTest SmartUI for visual regression comparison. Supports PNG, JPEG, and JPG formats. Use projectToken from your SmartUI project settings.
listHyperExecuteJobsRetrieve a list of HyperExecute jobs for the account with optional filtering by status.
deleteHyperExecuteJobDelete a HyperExecute job by job ID.
getHyperExecuteJobArtifactsRetrieve all artifacts or categorized errors for a HyperExecute job or task.
downloadJobArtifactGet an authenticated download URL (plus size/status metadata) for a specific HyperExecute job artifact. Requires artefactName (from getHyperExecuteJobArtifacts); optionally scope to a task with taskId. Returns a URL to fetch with your LambdaTest credentials rather than the raw file bytes.
getJobArtifactDetailGet details for a specific artifact within a HyperExecute job.
getHyperExecuteStageRetrieve the stages of a HyperExecute task (cache/prerun/scenario/etc.). Pass a stageId to return just that one stage. Stages are keyed by their parent task, so taskId is required.
getHyperExecuteStageLogsRetrieve logs for a HyperExecute stage. (UNDOCUMENTED - may change without notice)
getHyperExecuteStageTasksRetrieve tasks for a HyperExecute stage. (UNDOCUMENTED - may change without notice)
getHyperExecuteTaskRetrieve details for a HyperExecute task by task ID. (UNDOCUMENTED - may change without notice)
getHyperExecuteTaskLogsRetrieve logs for a HyperExecute task. (UNDOCUMENTED - may change without notice)
getHyperExecuteJobLiveStreamStream live output from a running HyperExecute job. (UNDOCUMENTED - may change without notice)
analyzeHyperExecuteJobPerform a full analysis of a HyperExecute job: fetches job info, sessions, traverses all tasks → scenario stages → console logs, and returns a structured report with test results, per-scenario logs, and pass/fail statistics. Use this for questions like "which tests failed and why" or "show me the console logs for job X".
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。