Top-Q / difido-reports

This project aims to provide a generic implementation for HTML test reports.
http://top-q.github.io/difido-reports
Apache License 2.0
47 stars 31 forks source link

htmlTemplate folder is no longer extracted from the jar to the server root folder #227

Open itaiag opened 5 years ago

itaiag commented 5 years ago

Since the upgrade to Spring boot 1.4.4 the htmlTemplate folder is longer extracted to the root folder of the server. This happens due to the massive changes that were done by the Spring Boot team in the structure of the jar file. The result is that reports are created but since the server can't extract the HTML template, no reports are seen.

itaiag commented 5 years ago

The commit for this issue is just a workaround. The template is copied at build time and it is not extracted from the jar file. It will have to do until I will figure out how to extract it.