Commit fd99e70
[QTM4J] Initial SmartBear MCP Integration for Test Case & Project Operations (#476)
* Merge pull request #430 from SmartBear/QFJV-16868
[QTM4J] QFJV-16868 : Project Setup Related Skills
* feat: implement QTM4J API client with authentication and field resolution tools
* feat: refactor CreateTestCase to use resolution-helper and improve field resolution logic
* feat: streamline field resolution logic in CreateTestCase by optimizing imports and function calls
* feat: update import paths for API client and related modules, add tests for field metadata fetcher and resolvers
* feat: implement resolver registry and multiple resolvers for field resolution, update project context handling, and enhance test case retrieval
* feat: rename SearchTestCases to GetTestCases and update related imports and tests
* feat: rename SearchTestCase schema to GetTestCase and update related imports
* feat: update import statement for GetTestCases and add CLAUDE.md for project guidance
* feat: add UpdateTestCase tool for updating existing test cases with auto-resolving fields
* fix: standardize folderId string quotes in create-test-case.ts
* test: update expectations for FIELD_CONFIG to include FOLDER entry
* feat: add QTM4J integration with environment variable setup and documentation
* feat: update documentation to include QTM4J integration and related configuration details
* fix: remove outdated example for retrieving test cases in getting-started documentation
* fix: update QTM4J documentation for clarity and consistency
* feat: enhance QTM4J integration documentation and update references
* fix: update Qtm4jClient and project context tests for improved handling of undefined values
* feat: add QTM4J API key and base URL configuration to local server setup
* feat: add QTM4J API methods for creating test cases and retrieving projects
* feat: update project schema to allow nullable avatarUrl and projectTypeKey
* feat: integrate cache service into QTM4J resolvers and client for improved data handling (#477)
* fix: remove unwanted QTM4J tools from CHANGELOG.md (#478)
---------
Co-authored-by: Jaydeep Kumbhani <jaydeep.kumbhani@smartbear.com>1 parent 814bbd0 commit fd99e70
54 files changed
Lines changed: 7202 additions & 30 deletions
File tree
- docs
- products/SmartBear MCP Server
- images/embedded
- packaging
- src
- common
- qtm4j
- config
- http
- resolver
- cache
- resolvers
- schema
- tool
- project
- test-case
- tests/unit
- common/__snapshots__
- qtm4j
- common
- resolver
- tool
- project
- test-case
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
213 | 216 | | |
214 | 217 | | |
215 | 218 | | |
216 | | - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
217 | 232 | | |
218 | 233 | | |
219 | 234 | | |
| |||
250 | 265 | | |
251 | 266 | | |
252 | 267 | | |
253 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
254 | 271 | | |
255 | 272 | | |
256 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments