Skip to content

Move the html, css and js content into a separate variables  #53

@pwalaszkowski

Description

@pwalaszkowski

Hi,

I think that the robotframework-metrics is a great tool!

Do you have plan to move out the java scripts, html and css parts into a separate modules?
Example variables:

  • head_content
  • icons_txt

Example js sources

  • <script src="https://www.gstatic.com/charts/loader.js" type="text/javascript"></script>
  • <script type="text/javascript">google.charts.load('current', {packages: ['corechart']});</script>

At this moment you have to have internet connection do gain access to external js sources.
And those long html variables make the code very hard to read

If there's no such plan at the moment i can do it by myself

Regards
Patryk Walaszkowski

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions