#1 making index.html file for comulative overall results based on avocado css styles
Closed by kparal. Opened by jscotka.
taskotron/ jscotka/task-modularity-testing-framework added_index  into  develop

Download 1.patch
no initial comment

1 new commit added

  • fix class attrib for table -> colours visible

Seems to work well, tested locally and file was created:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
  <title>Taskotron cumulative results for Modularity testing framework subtests</title>
  <link href="avocado-result.modulelint/html/css/bootstrap.min.css" rel="stylesheet">
  <link href="avocado-result.modulelint/html/css/dataTables.bootstrap.css" rel="stylesheet">
</head>
<body>
<div class="container">
  <div class="page-header">
    <h3>Taskotron cumulative results for Modularity testing framework subtests</h3>
  </div>
  <table id="results" class="display" cellspacing="0" width="100%"><thead>
     <tr>
       <th>Result</th>
       <th>Link to subtest</th>
     </tr></thead>
  <tr class='success'>
    <td>PASS</td>
    <td><a href='/var/lib/taskotron/artifacts/20170704_083541_121683/avocado-result.modulelint/html/results.html'>/var/lib/taskotron/artifacts/20170704_083541_121683/avocado-result.modulelint/html/results.html</a></td>
  </tr>
  <tr class='success'>
    <td>PASS</td>
    <td><a href='/var/lib/taskotron/artifacts/20170704_083541_121683/avocado-result.tests/html/results.html'>/var/lib/taskotron/artifacts/20170704_083541_121683/avocado-result.tests/html/results.html</a></td>
  </tr>
  </table>
</div>
</body>
</html>

Thanks Jan! I reworked it a bit and pushed b3340eb973. Let's see how it works.

Pull-Request has been closed by kparal

Metadata