Open Srihari88 opened 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.
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
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.