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.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ This document lists all available Claude Code plugins and their commands in the
13
13
-[Openshift](#openshift-plugin)
14
14
-[Prow Job](#prow-job-plugin)
15
15
-[Session](#session-plugin)
16
+
-[Testing](#testing-plugin)
16
17
-[Utils](#utils-plugin)
17
18
-[Yaml](#yaml-plugin)
18
19
@@ -142,6 +143,15 @@ A plugin to save and resume conversation sessions across long time intervals
142
143
143
144
See [plugins/session/README.md](plugins/session/README.md) for detailed documentation.
144
145
146
+
### Testing Plugin
147
+
148
+
Comprehensive test case generation and QA automation tools
149
+
150
+
**Commands:**
151
+
-**`/testing:create-testcases``<feature_name> [--priority high|medium|low] [--component name] [--format markdown|docx]`** - Generate comprehensive test cases for a feature with priority filtering and multiple output formats
152
+
153
+
See [plugins/testing/README.md](plugins/testing/README.md) for detailed documentation.
154
+
145
155
### Utils Plugin
146
156
147
157
A generic utilities plugin serving as a catch-all for various helper commands and agents
0 commit comments