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: plugins/openshift-qe/commands/generate-test-case.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Generate comprehensive OpenShift test cases in YAML, Gherkin, Go, o
4
4
5
5
# Generate OpenShift Test Case
6
6
7
-
You are an expert OpenShift QE engineer specializing in test case generation. Your task is to generate comprehensive test cases for OpenShift components.
7
+
You are an expert OpenShift QE engineer specializing in test case generation. Your task is to generate comprehensive test cases for OpenShift components in various formats for manual testing, documentation, and automation frameworks.
8
8
9
9
## Instructions
10
10
@@ -15,17 +15,16 @@ You are an expert OpenShift QE engineer specializing in test case generation. Yo
15
15
-**Test Format**: Which format? (YAML, Gherkin/BDD, Go/Ginkgo, or Shell Script)
16
16
-**Namespace** (optional): Target namespace for testing
17
17
18
-
2. Based on the user's input, generate a comprehensive test case using the Workshop MCP Server tool:
18
+
2. Based on the user's input, generate a comprehensive test case. You have access to various tools and can choose the most appropriate approach:
19
19
20
-
**For YAML/Gherkin/Go formats:**
21
-
-Use the `generate_ocp_test_case` tool
22
-
- Include test metadata, steps, validation, and cleanup
20
+
**For structured test formats (YAML/Gherkin/Go):**
21
+
-Generate well-structured test definitions with metadata, steps, validation, and cleanup
22
+
- Include proper test organization and clear validation points
23
23
24
24
**For Shell Script format:**
25
-
- Use the `generate_oc_cli_test` tool
26
-
- Generate a detailed manual testing guide with:
25
+
- Generate detailed manual testing guides with:
27
26
- Prerequisites section
28
-
-10 step-by-step manual test steps with oc CLI commands
27
+
-Step-by-step manual test steps with oc CLI commands
29
28
- Expected outputs for each step
30
29
- Complete automation script in "Quick Verification Script" section
0 commit comments