BrowserStack MCP server

Official

getFailuresInLastRun

Identify and debug test failures from the last run of your test suite on BrowserStack using the browserstack.yml configuration file. Specify build and project names for targeted results.

Instructions

Use this tool to debug failures in the last run of the test suite on BrowserStack. Use only when browserstack.yml file is present in the project root.

Input Schema

NameRequiredDescriptionDefault
buildNameYesName of the build to get failures for. This is the 'build' key in the browserstack.yml file. If not sure, ask the user for the build name.
projectNameYesName of the project to get failures for. This is the 'projectName' key in the browserstack.yml file. If not sure, ask the user for the project name.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "buildName": { "description": "Name of the build to get failures for. This is the 'build' key in the browserstack.yml file. If not sure, ask the user for the build name.", "type": "string" }, "projectName": { "description": "Name of the project to get failures for. This is the 'projectName' key in the browserstack.yml file. If not sure, ask the user for the project name.", "type": "string" } }, "required": [ "buildName", "projectName" ], "type": "object" }

You must be authenticated.

Other Tools from BrowserStack MCP server

Related Tools

ID: eoxjxomxet