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.
Pickles.exe --system-under-test-name=MyProject
Pickles.exe -sn=MyProject
Pickle-Features -SystemUnderTestName MyProject
<Target Name="document">
<Pickles SystemUnderTestName="MyProject" />
</Target>