Skip to content
Duane Dieterich edited this page Feb 12, 2025 · 1 revision
Issue HTML Formatted Results
Status Open
Assigned DDieterich
Milestone
Est Hrs
%Complete
Labels
Links Issues Summary

Description

Need expandable HTML report format.

Test Results

Test Results for WTP.WT_ASSERT
      Total Testcases:      150       Total Assertions:      404
Minimum Interval msec:        0      Failed Assertions:        0
Average Interval msec:        0       Error Assertions:        0
Maximum Interval msec:      761             Test Yield:   100.00%
 Total Run Time (sec):      2.8

Testcase 1: ??

Testcase 2: ??

Code Coverage

Code Coverage for PACKAGE BODY WTP.WT_ASSERT
        Ignored Lines:     1103   Total Profiled Lines:     1464
       Excluded Lines:        6   Total Executed Lines:      309
Minimum LineExec usec:        0     Not Executed Lines:        0
Average LineExec usec:      394          Unknown Lines:       46
Maximum LineExec usec:    65814          Code Coverage:   100.00%
Trigger Source Offset:        0

Line 1: ??
Line 2: ??

Sample HTML

<!DOCTYPE html>
<html>
<body>

<h1>The details element</h1>

<details>
  <summary>Epcot Center</summary>
  <p>Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.
    <details>
      <summary style="text-indent: 15px;">Building 1</summary>
      <p style="text-indent: 15px;">Building 1 at Epcot is used to enter the park. Tickets are sold and collected at this location.
      </p>
    </details>
  </p>
</details>

</body>
</html>

Resolution

Issue Log

(Add newest entries on top and add Date/Time and Author for each entry.)

2025-02-10 16:39:20 -06:00 DDieterich DDieterich Created Issue and Assigned to Myself

Clone this wiki locally