cucumber-forge-desktop icon indicating copy to clipboard operation
cucumber-forge-desktop copied to clipboard

Load existing report for viewing again

Open TobiTenno opened this issue 6 years ago • 2 comments

In order to support things like "Review Mode" (https://github.com/cerner/cucumber-forge-desktop/issues/22) we need to be able to load an already generated report (HTML file) back into the application.

At the most basic level, this will just include adding a button that pops a file selection dialog where the user can choose an existing HTML report to load. The loaded report can just be set in the output pane just like we do when generating a new report.

TobiTenno avatar Aug 14 '19 19:08 TobiTenno

One interesting consideration here is how do we validate that the selected HTML file is actually a CF report?

jkuester avatar Aug 16 '19 14:08 jkuester

add a class to the body and read in something from the head? dunno beyond that

TobiTenno avatar Aug 16 '19 19:08 TobiTenno