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

templates.featureOverview.vm Maven / Gradle / Ivy

Go to download

Provides pretty html reports for Cucumber. It works by generating html from the cucumber json file.

There is a newer version: 5.8.2
Show newest version





    Cucumber-JVM Html Reports - Feature Overview
    
    
    
    
    
    
    #if($flashCharts)
        
        
        
        
    #else
        #if ($highCharts)
            
            
        #else
            
            
            
            
        #end
    #end

#include("/styles/reporting.css")                        



    

Cucumber

Feature Overview for Build: $build_number

#if($fromJenkins)

Project Name: $build_project

#end The following graph shows passing and failing statistics for features in this build:
#if($flashCharts)
 
#else #if ($highCharts) #else #end
 
#end

Feature Statistics

#if($parallel) #include("/templates/tableHeaderParallel.vm") #else #include("/templates/tableHeader.vm") #end #foreach($feature in $features) #if($feature.getStatus().toString() == "PASSED") #set($bgcolour = "#00CE00") #else #set($bgcolour = "#FF0000") #end $feature.processSteps() #set($sf = $feature.getRawName()) #if($parallel) #end #end #if($parallel) #end
$feature.getRawName()$feature.getDeviceName()$feature.getNumberOfScenarios() $feature.getNumberOfScenariosPassed() $feature.getNumberOfScenariosFailed() $feature.getNumberOfSteps() $feature.getNumberOfPasses() 0) style="background-color:#FF0000;" #end>$feature.getNumberOfFailures() 0) style="background-color:#88AAFF;" #end>$feature.getNumberOfSkipped() 0) style="background-color:#FBB907;" #end>$feature.getNumberOfPending() 0) style="background-color:#FBB957;" #end>$feature.getNumberOfUndefined() 0) style="background-color:#FBB9A7;" #end>$feature.getNumberOfMissing() $feature.getDurationOfSteps() $feature.getRawStatus()
$total_features-$total_scenarios $scenarios_passed $scenarios_failed $total_steps $total_passes $total_fails $total_skipped $total_pending $total_undefined $total_missing $total_duration Totals




© 2015 - 2024 Weber Informatics LLC | Privacy Policy