Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renamed report page, added redirect in. renamed the custom java docle… #71

Merged
merged 1 commit into from
Nov 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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