Help for this page

Select Code to Download


  1. or download this
    Testcase status
    testcase1 pass
    testcase2 fail
    testcase3 pass
    
  2. or download this
       awk 'BEGIN {print "<table>"} {print "<tr>"; for(i = 1; i <= NF; i++
    +)      print "<td>" $i "</td>"; print "</tr>"}
      END {print "</table>"}' output.txt > final_output.html