kazurayam / materialstore

A domain-specific file system to store "materials" (screenshots, HTML, JSON, XML) collected during End-to-End testings using Selenium WebDriver etc. Features to make "diff" and compiling HTML reports are also included. This is written in pure Java8
Apache License 2.0
0 stars 0 forks source link

A new class that compiles the "store/index.html" file #318

Closed kazurayam closed 2 years ago

kazurayam commented 2 years ago

320 resulted the store direcgtory have a lot of html files.

スクリーンショット 2022-10-21 8 42 56

I need the store/index.html which provides links to each indivisual report html.

Also I want a list of recent 5 updates sorted by the descending order of JobTimestamps. Or, enable sorting the entries by last-modified-timestamp

kazurayam commented 2 years ago

added com.kazurayam.materialstore.report.IndexCreator class.

This produces this:

スクリーンショット 2022-10-23 13 33 05