wopee-mcp 1.7.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build/tools/shared/gql-queries.js +1 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -100,7 +100,7 @@ Generates a specific file(artifact) for the selected suite.
|
|
|
100
100
|
|
|
101
101
|
- **Parameters:**
|
|
102
102
|
- `suiteUuid` - The UUID of the suite
|
|
103
|
-
- `fileType` - `"APP_CONTEXT" | "GENERAL_USER_STORIES" | "
|
|
103
|
+
- `fileType` - `"APP_CONTEXT" | "GENERAL_USER_STORIES" | "USER_STORIES_WITH_TEST_CASES" | "TEST_CASES" | "TEST_CASE_STEPS" | "REUSABLE_TEST_CASES" | "REUSABLE_TEST_CASE_STEPS"`
|
|
104
104
|
- **Returns:** Generated output in case of successful generation.
|
|
105
105
|
|
|
106
106
|
**Example Usage:**
|