You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,57 +288,57 @@ As of now we support 20 tools.
288
288
289
289
## 🧾 Test Management
290
290
291
-
* `createProjectOrFolder` — Create a Test Management project and/or folders to organize test cases.
291
+
* 1. `createProjectOrFolder` — Create a Test Management project and/or folders to organize test cases.
292
292
**Prompt example**
293
293
294
294
```text
295
295
Create a new Test Management project named 'Shopping App' with two folders - Login and Checkout
296
296
```
297
297
Returns with Folder ID, Project ID and Test Management Link to access the TM Project Dashboard.
298
298
299
-
* `createTestCase` — Add a manual test case under a specific project/folder (uses project identifier like PR-xxxxx and a folder ID).
299
+
* 2. `createTestCase` — Add a manual test case under a specific project/folder (uses project identifier like PR-xxxxx and a folder ID).
300
300
**Prompt example**
301
301
302
302
```text
303
303
Add a test case named 'Invalid Login Scenario' to the Login folder in the 'Shopping App' project with PR-53617, Folder ID: 117869
304
304
```
305
305
306
-
* `listTestCases` — List test cases for a project (supports filters like priority, status, tags).
306
+
* 3. `listTestCases` — List test cases for a project (supports filters like priority, status, tags).
307
307
**Prompt example**
308
308
309
309
```text
310
310
List all high-priority test cases in the 'Shopping App' project with project_identifier: PR-59457
311
311
```
312
312
313
-
* `createTestRun` — Create a test run (suite) for selected test cases in a project.
313
+
* 4. `createTestRun` — Create a test run (suite) for selected test cases in a project.
314
314
**Prompt example**
315
315
316
316
```text
317
317
Create a test run for the Login folder in the 'Shopping App' project and name it 'Release v1.0 Login Flow'
318
318
```
319
319
320
-
* `listTestRuns` — List test runs for a project (filter by dates, assignee, state).
320
+
* 5. `listTestRuns` — List test runs for a project (filter by dates, assignee, state).
321
321
**Prompt example**
322
322
323
323
```text
324
324
List all test runs from the 'Shopping App' project that were executed last week and are currently marked in-progress
325
325
```
326
326
327
-
* `updateTestRun` — Partially update a test run (status, tags, notes, associated test cases).
327
+
* 6. `updateTestRun` — Partially update a test run (status, tags, notes, associated test cases).
328
328
**Prompt example**
329
329
330
330
```text
331
331
Update test run ID 1043 in the 'Shopping App' project and mark it as complete with the note 'Regression cycle done'
332
332
```
333
333
334
-
* `addTestResult` — Add a manual execution result (passed/failed/blocked/skipped) for a test case within a run.
334
+
* 7. `addTestResult` — Add a manual execution result (passed/failed/blocked/skipped) for a test case within a run.
335
335
**Prompt example**
336
336
337
337
```text
338
338
Mark the test case 'Invalid Login Scenario' as passed in test run ID 1043 of the 'Shopping App' project
339
339
```
340
340
341
-
* `createTestCasesFromFile` — Bulk-create test cases from an uploaded file (e.g., PDF).
341
+
* 8. `createTestCasesFromFile` — Bulk-create test cases from an uploaded file (e.g., PDF).
342
342
**Prompt example**
343
343
344
344
```text
@@ -349,14 +349,14 @@ Returns with Folder ID, Project ID and Test Management Link to access the TM Pro
349
349
350
350
## ⚙️ BrowserStack SDK Setup / Automate Test
351
351
352
-
* `setupBrowserStackAutomateTests` — Integrate BrowserStack SDK and run web tests on BrowserStack (optionally enable Percy).
352
+
* 9. `setupBrowserStackAutomateTests` — Integrate BrowserStack SDK and run web tests on BrowserStack (optionally enable Percy).
353
353
**Prompt example**
354
354
355
355
```text
356
356
Run my Selenium-JUnit5 tests written in Java on Chrome and Firefox. Enable Percy for visual testing.
357
357
```
358
358
359
-
* `fetchAutomationScreenshots` — Fetch screenshots from a given Automate/App Automate session.
359
+
* 10. `fetchAutomationScreenshots` — Fetch screenshots captured during a given Automate/App Automate session.
360
360
**Prompt example**
361
361
362
362
```text
@@ -367,7 +367,7 @@ Returns with Folder ID, Project ID and Test Management Link to access the TM Pro
367
367
368
368
## 🔍 Observability
369
369
370
-
* `getFailureLogs` — Retrieve error logs for Automate/App Automate sessions (optionally by Build ID for App Automate).
370
+
* 11. `getFailureLogs` — Retrieve error logs for Automate/App Automate sessions (optionally by Build ID for App Automate).
371
371
**Prompt example**
372
372
373
373
```text
@@ -378,7 +378,7 @@ Returns with Folder ID, Project ID and Test Management Link to access the TM Pro
378
378
379
379
## 📱 App Live
380
380
381
-
* `runAppLiveSession` — Start a manual app testing session on a real device in the cloud.
381
+
* 12. `runAppLiveSession` — Start a manual app testing session on a real device in the cloud.
382
382
**Prompt example**
383
383
384
384
```text
@@ -389,7 +389,7 @@ Returns with Folder ID, Project ID and Test Management Link to access the TM Pro
389
389
390
390
## 💻 Live
391
391
392
-
* `runBrowserLiveSession` — Start a Live session for website testing on desktop or mobile browsers.
392
+
* 13. `runBrowserLiveSession` — Start a Live session for website testing on desktop or mobile browsers.
393
393
**Prompt example**
394
394
395
395
```text
@@ -400,14 +400,14 @@ Returns with Folder ID, Project ID and Test Management Link to access the TM Pro
400
400
401
401
## 📲 App Automate
402
402
403
-
* `takeAppScreenshot` — Launch the app on a specified device and capture a quick verification screenshot.
403
+
* 14. `takeAppScreenshot` — Launch the app on a specified device and captures a quick verification screenshot. This tool is just to verify whether your app has been launched.
404
404
**Prompt example**
405
405
406
406
```text
407
407
Take a screenshot of my app on Google Pixel 6 with Android 14 while testing on App Automate. App file path: /Users/xyz/app-debug.apk
408
408
```
409
409
410
-
* `runAppTestsOnBrowserStack` — Run automated mobile tests (Espresso/XCUITest, etc.) on real devices.
410
+
* 15. `runAppTestsOnBrowserStack` — Run automated mobile tests (Espresso/XCUITest, etc.) on real devices.
411
411
**Prompt example**
412
412
413
413
```text
@@ -418,14 +418,14 @@ Returns with Folder ID, Project ID and Test Management Link to access the TM Pro
0 commit comments