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

refine com.kazurayam.materialstore.manage.StoreCleaner using new methods added to the Store class #339

Closed kazurayam closed 2 years ago

kazurayam commented 2 years ago

at #337, I added several method to the Store class

the StoreCleaner class at 0.11.3 has codes that duplcates with these new methods.

Therefore I should review the StoreCleaner implemetation

kazurayam commented 2 years ago

done at 0.11.4