Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/tools/bstack-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ export default function addSDKTools(
) {
const tools: Record<string, any> = {};

tools.runTestsOnBrowserStack = server.tool(
"runTestsOnBrowserStack",
"Use this tool to get instructions for running tests on BrowserStack and BrowserStack Percy. It sets up the BrowserStack SDK and runs your test cases on BrowserStack.",
tools.setupBrowserStackAutomateTests = server.tool(
"setupBrowserStackAutomateTests",
"Set up and run automated web-based tests on BrowserStack using the BrowserStack SDK. Use for functional or integration tests on BrowserStack, with optional Percy visual testing for supported frameworks. Example prompts: run this test on browserstack; run this test on browserstack with Percy; set up this project for browserstack with Percy. Integrate BrowserStack SDK into your project",
{
detectedBrowserAutomationFramework: z
.nativeEnum(SDKSupportedBrowserAutomationFrameworkEnum)
Expand Down