39 lines
971 B
HTML
39 lines
971 B
HTML
<html>
|
|
<head>
|
|
<title>NetUI Test Results</title>
|
|
<style type="text/css">
|
|
P
|
|
{
|
|
width:75%
|
|
}
|
|
BODY
|
|
{
|
|
font-family: Helvetica, sans-serif;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<b>NetUI Test Results</b>
|
|
<p>
|
|
<b>DRTs</b>
|
|
<ul>
|
|
<li><a href="../build/junit-drt.testResults/html/junit-noframes.html">JUnit API Tests</a></li>
|
|
<li><a href="../build/testRecorder/junit/drt/html/junit-noframes.html">Test Recorder Tests</a></li>
|
|
</ul>
|
|
Note, the JUnit test results above will only be created when running DRTs. The output files for the BVTs are linked below.
|
|
</p>
|
|
<p>
|
|
<br/>
|
|
<b>BVTs</b></br>
|
|
<ul>
|
|
<li><a href="../build/junit-bvt.testResults/html/junit-noframes.html">JUnit API Tests</a></li>
|
|
<li><a href="../build/compiler.testResults/html/junit-noframes.html">Page Flow Compiler Tests</a></li>
|
|
<li><a href="../build/testRecorder/junit/bvt/html/junit-noframes.html">Test Recorder Tests</a></li>
|
|
</ul>
|
|
</p>
|
|
</body>
|
|
</html>
|