qase-tms / qase-javascript

Qase TMS JavaScript SDK
https://developers.qase.io
49 stars 43 forks source link

Qase cypress reporter is not working #134

Closed tariqp closed 2 years ago

tariqp commented 2 years ago

Hello

For some reason, I am getting the message Could not send all results for 30 seconds after run. Please contact Qase Team.

image

My cypress.json configuration contains the following:

"reporter": "cypress-qase-reporter", "reporterOptions": { "apiToken": "…", "projectCode": "DEMO", "runId": 1, "logging": true },

And I am using the following commands to start my tests $env:QASE_REPORT=1 and then npx cypress run

and I can see that I am connected to your API but upload reports failed for some reason.

I tried to set up the project again and recheck that with some other Cypress projects but the output is the same:

image

Can you please help me to understand if I am doing something wrong?

1ivliev commented 2 years ago

@tariqp193, hi! Do you, after running the command on execution, do not publish data to Qase TMS? Please describe your system environment.

tariqp commented 2 years ago

Seems like this is resolved now. Thank you!