We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca13bc9 commit 1a717b3Copy full SHA for 1a717b3
README.md
@@ -69,3 +69,22 @@ The order of rule applying is:
69
3. Text
70
71
> I recommand you to use Generator Function because it is more flexible.
72
+
73
+## CLI Tool
74
75
+### Install CLI
76
77
+```bash
78
+npm i -g testcase-gen
79
+```
80
81
+### Use CLI
82
83
84
+testcase-gen --recipe [recipe] --output [output] --mode [mode]
85
86
+ --recipe (-r): Recipe JS File Path.
87
+ --output (-o): Output File Path.
88
+ --mode (-m): Generate Mode. "simple" or "normal".
89
+ --version (-V) or (-v): Show version.
90
0 commit comments