Coder Social home page Coder Social logo

Comments (7)

xilaraux avatar xilaraux commented on May 23, 2024 1

Oh, yeah. Now I get it. I just thought that there is some way to configure plugin through CLI.
Thank you for your help. 😄

from jest-html-reporter.

Hargne avatar Hargne commented on May 23, 2024

Hi,
Not at the moment unfortunately! And I have never seen the usage of the --testResultsProcessor when using Jest CLI - I cannot find it on their documentation page either, which makes me think that this might not be possible at all.

from jest-html-reporter.

xilaraux avatar xilaraux commented on May 23, 2024

Jest process it's CLI options as prior config, so all keys that can be in jest.config is legal CLI options.
image

Also jest-junit describes this way in it's documentation.

from jest-html-reporter.

xilaraux avatar xilaraux commented on May 23, 2024

@Hargne
There is an issue, I think.
Configuration in jest.config in that way is not allowed.
image

And jest displays Validation error.
image

Windows 10
Node 8.11.2
Npm 5.6.0
Jest 22.1.4
jest-html-reporter 2.4.0

from jest-html-reporter.

Hargne avatar Hargne commented on May 23, 2024

@xilaraux Regarding the issue above, the Readme is incorrect - it should be configured like this:

"reporters": [
	"default",
	["./node_modules/jest-html-reporter", {
		"pageTitle": "Test Report"
	}]
]

Thanks for pointing it out, I will update the Readme!
When it comes to the original question, I didn't know Jest CLI allowed for that. In that case (since it's configuring Jest and not this plugin), I suppose you should be able to enter the reporters-variable as a way to configure this plugin?

from jest-html-reporter.

xilaraux avatar xilaraux commented on May 23, 2024

Can you provide an example, because I can't get how to configure plugin through reporters?

from jest-html-reporter.

Hargne avatar Hargne commented on May 23, 2024

When using the jest.config-file you would configure the plugin in the object following "jest-html-reporter" as such:

"reporters": [
	"default",
	["./node_modules/jest-html-reporter", {
		"pageTitle": "Test Suite Report",
		"outputPath": "test-report.html",
		"includeFailureMsg": true,
		"includeConsoleLog": true,
		"sort": "titleAsc"
	}]
]

from jest-html-reporter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.