-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcodeception.xml
232 lines (232 loc) · 13.9 KB
/
codeception.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<?xml version="1.0" encoding="UTF-8"?>
<framework xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="schemas/frameworkDescriptionVersion1.1.3.xsd" name="codeception"
invoke="$ProjectFileDir$\bin\codecept.bat" alias="cc" enabled="true" version="2">
<command>
<name>help</name>
<help><![CDATA[The <info>help</info> command displays help for a given command:<br/> <br/> <info>php bin\codecept help list</info><br/> <br/> You can also output the help in other formats by using the <comment>--format</comment> option:<br/> <br/> <info>php bin\codecept help --format=xml list</info><br/> <br/> To display the list of available commands, please use the <info>list</info> command.]]></help>
<params>command_name[=null]</params>
<optionsBefore>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message.]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message.]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version.]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output.]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output.]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question.]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>list</name>
<help><![CDATA[The <info>list</info> command lists all commands:<br/> <br/> <info>php bin\codecept list</info><br/> <br/> You can also display the commands for a specific namespace:<br/> <br/> <info>php bin\console list test</info><br/> <br/> You can also output the information in other formats by using the <comment>--format</comment> option:<br/> <br/> <info>php bin\console list --format=xml</info><br/> <br/> It's also possible to get raw list of commands (useful for embedding command runner):<br/> <br/> <info>php bin\console list --raw</info>]]></help>
<params>namespace[=null]</params>
<optionsBefore>
<option name="--xml" shortcut="">
<help><![CDATA[To output list as XML]]></help>
</option>
<option name="--raw" shortcut="">
<help><![CDATA[To output raw command list]]></help>
</option>
<option name="--format" shortcut="">
<help><![CDATA[To output list in other formats]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>analyze</name>
<help><![CDATA[Analyzes for non-existent methods and adds them to corresponding helper.]]></help>
<params>suite[=null]</params>
<optionsBefore>
<option name="--config" shortcut="-c">
<help><![CDATA[Use specified config instead of default.]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message.]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message.]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version.]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output.]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output.]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question.]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>bootstrap</name>
<help><![CDATA[Initializes empty test suite and default configuration file.<br/><br/> <table cellspacing="0" cellpading="0" border="0"> <tr><td colspan="2"><strong>Usage:</strong></td></tr> <tr><td colspan="2"><info>bootstrap [-ns|--namespace[="..."]] [path]</info></td></tr> <tr><td colspan="2"><strong>Arguments:</strong></td></tr> <tr><td>path</td><td>Custom installation path (default: ".")</td></tr> <tr><td colspan="2"><strong>Options:</strong></td></tr> <tr><td>--silent</td><td>Don't ask for rebuild</td></tr> <tr><td>--config (-c)</td><td>Use custom path for config</td></tr> <tr><td>--help (-h)</td><td>Display this help message.</td></tr> <tr><td>--quiet (-q)</td><td>Do not output any message.</td></tr> <tr><td>--verbose (-v|vv|vvv)</td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug<td></td></tr> <tr><td>--version (-V)</td>Display this application version.<td></td></tr> <tr><td>--ansi</td><td>Force ANSI output.</td></tr> <tr><td>--no-ansi</td><td>Disable ANSI output.</td></tr> <tr><td>--no-interaction (-n)</td><td>Do not ask any interactive question.</td></tr> </table>]]></help>
<params>path[=null]</params>
<optionsBefore>
<option name="--namespace" shortcut="-ns">
<help><![CDATA[Use specified namespace for generated Guy-classes.]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message.]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message.]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version.]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output.]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output.]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question.]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>build</name>
<help><![CDATA[Generates base classes for all suites.<br/><br/> <table cellspacing="0" cellpading="0" border="0"> <tr><td colspan="2"><strong>Usage:</strong></td></tr> <tr><td colspan="2"><info>build [--silent] [-c|--config[="..."]]</info></td></tr> <tr><td colspan="2"><strong>Options:</strong></td></tr> <tr><td>--silent</td><td>Don't ask for rebuild</td></tr> <tr><td>--config (-c)</td><td>Use custom path for config</td></tr> <tr><td>--help (-h)</td><td>Display this help message.</td></tr> <tr><td>--quiet (-q)</td><td>Do not output any message.</td></tr> <tr><td>--verbose (-v|vv|vvv)</td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug<td></td></tr> <tr><td>--version (-V)</td>Display this application version.<td></td></tr> <tr><td>--ansi</td><td>Force ANSI output.</td></tr> <tr><td>--no-ansi</td><td>Disable ANSI output.</td></tr> <tr><td>--no-interaction (-n)</td><td>Do not ask any interactive question.</td></tr> </table>]]></help>
</command>
<command>
<name>console</name>
<help><![CDATA[Launches interactive test console]]></help>
</command>
<command>
<name>run</name>
<help><![CDATA[Runs the test suites]]></help>
<params>suite[=null] test[=null]</params>
<optionsBefore>
<option name="--config" shortcut="--c">
<help><![CDATA[Use custom path for config]]></help>
</option>
<option name="--report" shortcut="">
<help><![CDATA[Show output in compact style]]></help>
</option>
<option name="--html" shortcut="">
<help><![CDATA[Generate html with results]]></help>
</option>
<option name="--xml" shortcut="">
<help><![CDATA[Generate JUnit XML Log]]></help>
</option>
<option name="--tap" shortcut="">
<help><![CDATA[Generate Tap Log]]></help>
</option>
<option name="--json" shortcut="">
<help><![CDATA[Generate Json Log]]></help>
</option>
<option name="--colors" shortcut="">
<help><![CDATA[Use colors in output]]></help>
</option>
<option name="--no-colors" shortcut="">
<help><![CDATA[Force no colors in output (useful to override config file)]]></help>
</option>
<option name="--silent" shortcut="">
<help><![CDATA[Only outputs suite names and final results]]></help>
</option>
<option name="--steps" shortcut="">
<help><![CDATA[Show steps in output]]></help>
</option>
<option name="--debug" shortcut="-d">
<help><![CDATA[Show debug and scenario output]]></help>
</option>
<option name="--coverage" shortcut="">
<help><![CDATA[Run with code coverage]]></help>
</option>
<option name="--no-exit" shortcut="">
<help><![CDATA[Don't finish with exit code]]></help>
</option>
<option name="--defer-flush" shortcut="">
<help><![CDATA[Don't flush output during run]]></help>
</option>
<option name="--group" shortcut="-g">
<help><![CDATA[Groups of tests to be executed (multiple values allowed)]]></help>
</option>
<option name="--skip" shortcut="-s">
<help><![CDATA[Skip selected suites (multiple values allowed)]]></help>
</option>
<option name="--skip-group" shortcut="">
<help><![CDATA[Skip selected groups (multiple values allowed)]]></help>
</option>
<option name="--env" shortcut="">
<help><![CDATA[Run tests in selected environments. (multiple values allowed)]]></help>
</option>
<option name="--help" shortcut="-h">
<help><![CDATA[Display this help message.]]></help>
</option>
<option name="--quiet" shortcut="-q">
<help><![CDATA[Do not output any message.]]></help>
</option>
<option name="--verbose" shortcut="-v">
<help><![CDATA[Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug]]></help>
</option>
<option name="--version" shortcut="-V">
<help><![CDATA[Display this application version.]]></help>
</option>
<option name="--ansi" shortcut="">
<help><![CDATA[Force ANSI output.]]></help>
</option>
<option name="--no-ansi" shortcut="">
<help><![CDATA[Disable ANSI output.]]></help>
</option>
<option name="--no-interaction" shortcut="-n">
<help><![CDATA[Do not ask any interactive question.]]></help>
</option>
</optionsBefore>
</command>
<command>
<name>generate:cept</name>
<help><![CDATA[Generates empty Cept file in suite.<br/><br/> <table cellspacing="0" cellpading="0" border="0"> <tr><td colspan="2"><strong>Usage:</strong></td></tr> <tr><td colspan="2"><info>generate:cept [-c|--config[="..."]] suite test</info></td></tr> <tr><td colspan="2"><strong>Arguments:</strong></td></tr> <tr><td>suite</td><td>Suite to be generated</td></tr> <tr><td>test</td><td>Test to be run</td></tr> <tr><td colspan="2"><strong>Options:</strong></td></tr> <tr><td>--config (-c)</td><td>Use custom path for config</td></tr> <tr><td>--help (-h)</td><td>Display this help message.</td></tr> <tr><td>--quiet (-q)</td><td>Do not output any message.</td></tr> <tr><td>--verbose (-v|vv|vvv)</td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug<td></td></tr> <tr><td>--version (-V)</td>Display this application version.<td></td></tr> <tr><td>--ansi</td><td>Force ANSI output.</td></tr> <tr><td>--no-ansi</td><td>Disable ANSI output.</td></tr> <tr><td>--no-interaction (-n)</td><td>Do not ask any interactive question.</td></tr> </table>]]></help>
<params>suite test</params>
</command>
<command>
<name>generate:cest</name>
<help><![CDATA[Generates empty Cest file in suite]]></help>
</command>
<command>
<name>generate:phpunit</name>
<help><![CDATA[Generates empty PHPUnit test without Codeception additions]]></help>
</command>
<command>
<name>generate:scenarios</name>
<help><![CDATA[Generates text representation for all scenarios]]></help>
</command>
<command>
<name>generate:suite</name>
<help><![CDATA[Generates new test suite.<br/><br/> <table cellspacing="0" cellpading="0" border="0"> <tr><td colspan="2"><strong>Usage:</strong></td></tr> <tr><td colspan="2"><info>generate:suite [-c|--config[="..."]] suite guy</info></td></tr> <tr><td colspan="2"><strong>Arguments:</strong></td></tr> <tr><td>suite</td><td>Suite to be generated</td></tr> <tr><td>guy</td><td>Name of new Guy class</td></tr> <tr><td colspan="2"><strong>Options:</strong></td></tr> <tr><td>--silent</td><td>Don't ask for rebuild</td></tr> <tr><td>--config (-c)</td><td>Use custom path for config</td></tr> <tr><td>--help (-h)</td><td>Display this help message.</td></tr> <tr><td>--quiet (-q)</td><td>Do not output any message.</td></tr> <tr><td>--verbose (-v|vv|vvv)</td>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug<td></td></tr> <tr><td>--version (-V)</td>Display this application version.<td></td></tr> <tr><td>--ansi</td><td>Force ANSI output.</td></tr> <tr><td>--no-ansi</td><td>Disable ANSI output.</td></tr> <tr><td>--no-interaction (-n)</td><td>Do not ask any interactive question.</td></tr> </table>]]></help>
<params>suite guy</params>
</command>
<command>
<name>generate:test</name>
<help><![CDATA[Generates empty unit test file in suite]]></help>
</command>
<command>
<name>refactor:add-namespace</name>
<help><![CDATA[Introduces namespace into the current configuration]]></help>
</command>
<help><![CDATA[Codeception]]></help>
</framework>