Add support for hosting directories/files as result of program run
The Software Quality and Testing course has assignments where jacoco reports (directory of HTML files) are generated.
These should be shown to the students.For this we add:
Submitted by Elmer van Chastelet on 27 July 2021 at 13:10
- at the docker backend side:
- support for specifying directories to be copied and hosted from the docker output folder
- support for specifying which file(s) should be reported in WebLab (e.g.
jacoco/index.html
)- at the WebLab front end:
- support for showing any reported file. Non-image files will be shown in an iframe (lazy loaded) when opening a modal window. The files are shown in the console output
Issue Log
On 27 July 2021 at 13:11 Elmer van Chastelet tagged 1.4.0
On 27 July 2021 at 13:11 Elmer van Chastelet closed this issue.
Log in to post comments