<FreezeTask>
 | Be Careful
Available since GreenPepper 2.5.1 |
MSBuild task that fetch GreenPepper specifications on local file system.
Parameters
| Attribute |
Type |
Description |
Required |
| Repositories |
ITaskItem[] |
Repositories to fetch specifications from |
True |
| Output |
string |
Path to produce reports (defaults to current directory) |
False |
| Condition |
bool |
The task will be executed only if condition match see MSBuild task |
False |
Elements
<Repositories>
Contains a set of <Repositories> ITaskItem :
| Attribute |
Type |
Description |
Required |
| Include |
Class |
Repository full class name |
True |
| Sub-element |
Type |
Description |
Required |
| Arguments |
Argument |
A set of repository arguments |
True |
| Name |
string |
A name for you to identify a repository |
False |
| Suites |
Suite |
A set of specifications suite to freeze |
False |
| Tests |
Test |
A set of specifications tests to freeze |
False |
<Arguments>
| Sub-element |
Type |
Description |
Required |
| Argument |
string |
repository argument like the Server Url |
True |
</Arguments>
<Suites>
| Sub-element |
Type |
Description |
Required |
| Suite |
string |
The suite name |
True |
</Suites>
<Tests>
| Sub-element |
Type |
Description |
Required |
| Test |
string |
The test name |
True |
</Tests>
</Repositories>
Requirements
Assembly: GreenPepper.Extensions
Examples
GreenPepperRepository
To test this example copy the sample in GreenPepper_Freeze.proj and run it by :
FileSystemRepository