PaulMEdwards / testcafe-reporter-xray-cloud-json

MIT License
3 stars 2 forks source link

Cannot run "testcafe chrome "path/to/test/file.js" --reporter xray-cloud-json" #8

Open Ana-M-E opened 3 years ago

Ana-M-E commented 3 years ago

Hi,

When running this testcafe chrome "path/to/test/file.js" --reporter xray-cloud-json, I am getting the following error message: ERROR The provided "xray-cloud-json" reporter does not exist. Check that you have specified the report format correctly.

It says that the reporter does not exist, but I was able to install it. Am I doing something wrong?

Thanks!

gregatp commented 2 years ago

Hi @Ana-M-E

There is some issue with reporter configuration. Please create empty .env.example file in the root directory of your TestCafe project as workaround for this problem.

@PaulMEdwards could you review and merge pull request related to this issue?

Thanks!