Skip to content

Instantly share code, notes, and snippets.

@pvandervelde
Last active December 22, 2015 14:08
Show Gist options
  • Save pvandervelde/6483292 to your computer and use it in GitHub Desktop.
Save pvandervelde/6483292 to your computer and use it in GitHub Desktop.
The syntax for the new console test step element.
<!-- Run the console application -->
<console configurationVersion="1.0"
steporder="ORDER_OF_TEST_STEP"
environment="NAME_OF_ENVIRONMENT"
onfailure="FAILURE_MODE_IS_EITHER_STOP_OR_CONTINUE">
<exe><![CDATA[FULL_PATH_TO_APPLICATION_EXE_GOES_HERE]]></exe>
<params>
<param><![CDATA[PARAMETER_GOES_HERE]]></param>
<!-- Add more parameters here -->
</params>
</console>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment