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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,13 +288,13 @@ As of now we support 20 tools.
288
288
289
289
## 🧾 Test Management
290
290
291
-
* 1. `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. Returns with Folder ID, Project ID and Test Management Link to access the TM Project Dashboard.
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
-
Returns with Folder ID, Project ID and Test Management Link to access the TM Project Dashboard.
297
+
298
298
299
299
* 2. `createTestCase` — Add a manual test case under a specific project/folder (uses project identifier like PR-xxxxx and a folder ID).
0 commit comments