Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pvandervelde/8995455 to your computer and use it in GitHub Desktop.
Save pvandervelde/8995455 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<sherlock configurationVersion="1.2">
<description>
<product>Apollo.Console</product>
<version>0.1.7.9</version>
<testpurpose>Integration tests for Apollo.Console</testpurpose>
</description>
<environments>
<environment name="Client">
<constraints>
<operatingsystem name="Windows7"
servicepack="SP1"
culture="en-US"
architecturepointersize="64"/>
</constraints>
</environment>
</environments>
<teststeps>
<msi steporder="0"
environment="Client"
onfailure="Stop">
<file><![CDATA[c:\apollo\msi\apollo.msi]]></file>
<params>
</params>
<includeinreport includesystemlog="true">
</includeinreport>
</msi>
<xcopy steporder="1"
environment="Client"
onfailure="Stop">
<destination><![CDATA[c:\temp\testfiles]]></destination>
<base><![CDATA[c:\apollo\testfiles]]></base>
<paths>
<directory><![CDATA[c:\apollo\testfiles\scripts]]></directory>
</paths>
<includeinreport includesystemlog="true">
</includeinreport>
</xcopy>
<console steporder="2"
environment="Client"
onfailure="Continue">
<exe><![CDATA[c:\program files\apollo\Apollo.UI.Console.exe]]></exe>
<params>
<param><![CDATA[-script "c:\temp\testfiles\scripts\apollo_test_project_update_name.py"]]></param>
</params>
<includeinreport includesystemlog="true">
<directory><![CDATA[C:\Users\test\AppData\Local\Apollo\0.1\logs]]></directory>
</includeinreport>
</console>
</teststeps>
<completednotification>
<file>
<path><![CDATA[\\myserver\sherlock\reports]]></path>
</file>
</completednotification>
</sherlock>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment