picuscreative / testcafe-reporter-html

The HTML reporter for TestCafe
https://picuscreative.com/
22 stars 30 forks source link

Not generating the test log on console if I Used testcafe-reporter-html plugIn #40

Open Srihari88 opened 3 years ago

Srihari88 commented 3 years ago

If I used the testcafe-reporter-html plug and then I ran my tests on my machine or jenkins it's not generating the test log on the console while running the tests.

CarlGordonMRI commented 2 years ago

So to get around this add spec and a comma after --reporter e.g ...

npx testcafe chrome:headless --reporter spec,html:path/to/report/file.html