-
Notifications
You must be signed in to change notification settings - Fork 196
ArgumentsSystemUnderTestName
x97mdr edited this page Feb 8, 2012
·
4 revisions
This is the name of the system under test. Since Pickles is designed to be used with any platform/language that supports Gherkin feature files we cannot rely on reading in an assembly or a jar file to retrieve metadata about the system under test. Instead, The user can use this argument to name the system under test.
None.
Any valid string.
- Console
Pickles.exe --system-under-test-name=MyProject
Pickles.exe -sn=MyProject
- Powershell
Pickle-Features -SystemUnderTestName MyProject
-
MSBuild
-
NAnt