-
Notifications
You must be signed in to change notification settings - Fork 196
ArgumentsSystemUnderTestVersion
x97mdr edited this page Feb 8, 2012
·
2 revisions
This is the version 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 set a version number for the system under test.
This argument is typically used in conjunction with a build script on a continuous integration server.
None.
Any valid string.
- Console
Pickles.exe --system-under-test-version=2.0.1beta
Pickles.exe -sv=2.0.1beta
- Powershell
Pickle-Features -SystemUnderTestVersion 2.0.1beta
-
MSBuild
-
NAnt