
plugins.crawloverview-plugin.3.6.source-code.state.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crawloverview-plugin Show documentation
Show all versions of crawloverview-plugin Show documentation
Generates an HTML report with a snapshot overview of what is crawled.
#set( $page = "state")
#set( $baseUrl = "..")
#parse( "header.html" )
#parse( "nav.html")
Summary of ${name}
URL
${url}
Fan in
${fanIn}
Fan out
${fanOut}
Interaction elements
${elements.size()}
Failed events
${failedEvents}
#foreach( $element in $elements )
#end
Captured DOM
${dom}
Interactions
Xpath
Destination
#foreach( $element in $elements )
${element.xpath}
${element.targetname}
#end