Hi, I'm have a very small python flask app that creates a Report Dashboard for all the tests in our project. In the Report Dashboard, there is a link that points to the original test report (a Serenity BDD Report). This original Test Report is an HTML file that is on my local.
Right now, I've to place these html files (and other dependent files) in the 'templates' (and 'Static' folder). It works fine. But moving forward it will increase the size of the 'templates' folder which I don't want. I hope I was clear on my problem. Is there any way, I can access these html files from outside the 'templates' directory, like on any other directory in my 'C' or 'D' on the the local disk. Any suggestions and references to do this will be really appreciated. Thanks, Santosh. -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/d/optout.
