Skip to content

SparkHtmlReporter : setCSS is not working. #43

Description

@veeranagouda

Hi,
setCSS is not working. Generated source shows that there is a nested <style> tag as shown below.

sparkHtmlReporter.config().setCSS(".test {display:block;}"); results in below

<style>
        <style type="text/css">
            .test {
                    display:block;
                  }
        </style>
    </style>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions