Skip to content

Commit

Permalink
renamed report page, added redirect in. renamed the custom java docle…
Browse files Browse the repository at this point in the history
…t tags used by the glossary builder, removed the old glossary builder project
  • Loading branch information
iantmoore committed Nov 3, 2017
1 parent 95cf33f commit ed3e514
Show file tree
Hide file tree
Showing 20 changed files with 68 additions and 1,722 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ The new home for:
Requirements
------------
* Java 8
* Scala 2.12.3 (included)

1.1.3
-----
* Changed the root report page to be index.html. Added a redirect page in for the old.
* Glossary changes - got rid of the noise when extracting substeps tag info. Enabled the migration to new qualified custom glossary tags 'org.substeps.step.example' and 'org.substeps.step.section'

1.1.2
-----
Expand Down
12 changes: 12 additions & 0 deletions core/src/main/resources/static/report_frame.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">

<body onload="window.location = './index.html'">
<h1>This page has been replaced by an index.html!</h1>

<span style="font-weight: bold; font-size: 500%">index.html!</span>

<p><a href="./index.html">Redirect</a></p>
</body>

</html>
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class ReportBuilder extends IReportBuilder with ReportFrameTemplate with UsageTr

createTreeData2(resultsTreeJs,srcDataList, suiteDescription)

val reportFrameHTMLFile = createFile( "report_frame.html")
val reportFrameHTMLFile = createFile( "index.html")


val stats : ExecutionStats = buildExecutionStats(srcDataList)
Expand Down
86 changes: 0 additions & 86 deletions glossary/README.md

This file was deleted.

173 changes: 0 additions & 173 deletions glossary/pom.xml

This file was deleted.

Loading

0 comments on commit ed3e514

Please sign in to comment.