Skip to content

Commit 46cded1

Browse files
committed
refactor: rename and enhance tool for BrowserStack test automation setup
1 parent 89b035b commit 46cded1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tools/bstack-sdk.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ export default function addSDKTools(
169169
) {
170170
const tools: Record<string, any> = {};
171171

172-
tools.runTestsOnBrowserStack = server.tool(
173-
"runTestsOnBrowserStack",
174-
"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.",
172+
tools.setupBrowserStackAutomateTests = server.tool(
173+
"setupBrowserStackAutomateTests",
174+
"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",
175175
{
176176
detectedBrowserAutomationFramework: z
177177
.nativeEnum(SDKSupportedBrowserAutomationFrameworkEnum)

0 commit comments

Comments
 (0)