question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support official HTML reporter

See original GitHub issue

Since the HTML reporter is now integrated in ktlint 0.36.0, it should be added to the configurable ones.

Right now

ktlint {
    reporters {
        reporter "html"
    }
}

produces

> Cannot convert string value 'html' to an enum value of type 'org.jlleitschuh.gradle.ktlint.reporter.ReporterType' (valid case insensitive values: PLAIN, PLAIN_GROUP_BY_FILE, CHECKSTYLE, JSON)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

1reaction
smugacommented, Jan 2, 2020

Before it’ll be available, you still can use HTML reporter by adding this:

customReporters {
    "html" {
        fileExtension = "html"
        dependency = "com.pinterest.ktlint:ktlint-reporter-html:0.36.0"
    }
}
0reactions
Tapchicomacommented, Feb 6, 2020

@ImMathanR We are planning to do new release this week, worth case beginning of the next week.

Read more comments on GitHub >

github_iconTop Results From Across the Web

postmanlabs/newman-reporter-html - GitHub
HTML reporter for Newman that provides the information about the collection run in HTML format. This needs to be used in conjunction with...
Read more >
newman-reporter-htmlextra - npm
A newman reporter with added handlebars helpers and separated request iterations. Latest version: 1.22.11, last published: 4 months ago.
Read more >
10 Generate HTML Report In Cypress | MochAwesome Reporter
In this video, I will show you how to generate HTML report in cypress. ... If you want to support this channel https://rzp.io/l/qNCApzHHL3 ......
Read more >
How to Generate HTML Report in Playwright End to ... - Medium
PLAYWRIGHT'S LATEST VERSION HAS GOT ITS OWN HTML REPORTER YOU NO NEED TO FOLLOW WORKAROUND. CHECK THE OFFICIAL WEBSITE FOR MORE DETAILS.
Read more >
Reporters | Cypress Documentation
Finally, we support creating your own custom reporters or using any kind of 3rd party reporter. Once you've read through the documentation below, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found