All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jp.vmi.html.result.result.html Maven / Gradle / Ivy



  
    
    ${title;h}
${if externalCSS}${else}${end}
${if externalJS}${end}
  
  
    

${title;h}

Result:${testSuite.result}
Total Time:${testSuite.stopWatch.durationString;h}
Number of Test Total:${numTestTotal}
Number of Test Passes:${numTestPasses}
Number of Test Failures:${numTestFailures}
Number of Command Passes:${numCommandPasses}
Number of Command Failures:${numCommandFailures}
Number of Command Errors:${numCommandErrors}
Selenium Version:${seleniumVersion}

${@set index 0} ${foreach seleneseList selenese} ${if selenese.type="TEST_SUITE"} ${end} ${if selenese.type="TEST_CASE"} ${end} ${@inc index} ${end}
${testSuite.name}
${selenese.name;h} (test-suite)
${selenese.name;h}
 
${@set index 0} ${foreach seleneseList selenese} ${if selenese.type="TEST_CASE"}
${selenese.filename;h}
${foreach selenese.commandList command} ${foreach command.source item} ${end} ${end}
#${selenese.name;h}Screenshot
${command.index;i}${item;h} ${@set imgIndex 1}${foreach command.screenshots screenshot}${if !imgIndex=1}, ${end}[${imgIndex}]${@inc imgIndex}${end}
 
${foreach selenese.logRecorder.messages msg}${msg;log}
${end}
${end}

[Top]

${@inc index} ${end}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy