Your IP : 216.73.216.220


Current Path : /var/www/html/vendor/codeception/phpunit-wrapper/src/ResultPrinter/template/
Upload File :
Current File : /var/www/html/vendor/codeception/phpunit-wrapper/src/ResultPrinter/template/scenario.html.dist

   <tr class="scenarioRow {scenarioStatus}">
    <td>
     <p class="{scenarioStatus}" onclick="showHide('{id}', this)">{toggle}
          {name} <span style="color: #34495e; font-size: 70%;">{time}s</span></p>
    </td>
   </tr>
   <tr class="scenarioRow {scenarioStatus}">
    <td>
     <table border="0" width="100%" class="{scenarioStatus} scenarioStepsTable" id="stepContainer{id}">


{steps}
         {failure}
         {png}
         {html}
     </table>


    </td>
   </tr>