hdorgeval / testcafe-reporter-cucumber-json

TestCafe reporter to generate json in cucumber format
MIT License
19 stars 24 forks source link

The provided "cucumber-JSON" reporter does not exist. Check that you have specified the report format correctly. #12

Closed RemigiusL closed 5 years ago

RemigiusL commented 5 years ago

Hi @hdorgeval,

After installing your Cucumber JSON TestCafe Reporter (beta) npm package. I'm trying to get the HTML report using your given comment testcafe chrome ./path-to-tests/*(.js|.testcafe|.ts) --reporter cucumber-json:reports/report.json --reporter-app-name='My App' --reporter-app-version='x.y.z' but not able to get the report. It says ERROR: The provided "cucumber-JSON" reporter does not exist. Check that you have specified the report format correctly.

Also, I'm new to tastcafe, So, could you pls help me out? which file need to execute /path-to-tests/*.js ?