34 lines
1.6 KiB
XML
34 lines
1.6 KiB
XML
<TestopiaData>
|
|
<!-- bugzilla username/password -->
|
|
<username>username</username>
|
|
<password>password</password>
|
|
|
|
<!-- the location of the xml file ant junit made -->
|
|
<xmlResultsLocation>TESTS-TestSuites.xml</xmlResultsLocation>
|
|
<!-- the bugzilla server that you want to connect to -->
|
|
<serverURL>http://apibugzillastage.provo.novell.com/tr_xmlrpc.cgi</serverURL>
|
|
<planID>0</planID>
|
|
<runID>0</runID>
|
|
<!-- must be an email of a user in the testopia database -->
|
|
<email>username@novell.com</email>
|
|
<!-- the name of a product. The product must be in the testopia database -->
|
|
<productName>Testopia</productName>
|
|
<buildName>1.0 API</buildName>
|
|
<environmentName>linux/firefox</environmentName>
|
|
<!-- A failure is considered an error if it results from an exception being thrown. These can indicate that your
|
|
tests are not able to run, and may be "blocked". If you want blocked tests to display as blockers in testopia
|
|
change the value to "yes", otherwise use "no" (without the qoutations). -->
|
|
<blockers>yes</blockers>
|
|
<!-- If you want to create a new TestCaseRun every time you run TAP set this to yes
|
|
Otherwise it will only update the last TestCaseRun -->
|
|
<newTestCaseRunEveryTime>yes</newTestCaseRunEveryTime>
|
|
<!-- the default priority to set on newly created testcases -->
|
|
<priority>4</priority>
|
|
<!-- the default category to set on newly created testcases -->
|
|
<category>Functionality</category>
|
|
|
|
<!-- These will be filled out by the framework on the first run-->
|
|
<buildID>0</buildID>
|
|
<environmentID>0</environmentID>
|
|
<productID>0</productID>
|
|
</TestopiaData> |