Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After successful Cypress test suite run, no results reported to Qase dashboard #733

Open
karolis-kimtys opened this issue Jan 22, 2025 · 4 comments

Comments

@karolis-kimtys
Copy link

karolis-kimtys commented Jan 22, 2025

Hi there,
I have come across an issue where Cypress tests run and all tests pass, nothing is being reported to Qase dashboard.

Image

Image

If I click into an empty test run and click "Open Wizard" I get this error:

Image

Image

And just out of nowhere tests started reporting, not sure what happened here?

@gibiw
Copy link
Contributor

gibiw commented Jan 22, 2025

@karolis-kimtys The results are uploaded gradually. The reporter sends all the results at once in a batch, and then they are processed and added to the test run on the backend. If the system is under heavy load, this may take some time.

@karolis-kimtys
Copy link
Author

Understood, I had some tests run which completed yesterday evening and the test run results did not populate at all. Checked this morning, around 12h later and results were not there.

Image
E.g. these two tests were run at 11 am and now is 12pm. So an hour since test passed successfully, but no results populated.

@gibiw
Copy link
Contributor

gibiw commented Jan 22, 2025

Could you enable debug logs and send them over? I just tested it, and 100 results were uploaded in less than a minute.

@karolis-kimtys
Copy link
Author

karolis-kimtys commented Jan 22, 2025

[2025-01-22T14:03:30.106Z] [DEBUG] qase: Config: {"debug":true,"mode":"testops","environment":"local","testops":{"api":{"token":"REMOVED"},"project":"HUB","uploadAttachments":true,"run":{"complete":true,"title":"undefined - Cypress Qase Reporter 2025-01-22T14:03:29.277Z"},"plan":{},"batch":{}},"framework":{"cypress":{"screenshotsFolder":"cypress/screenshots"}},"frameworkPackage":"cypress","frameworkName":"cypress","reporterName":"cypress-qase-reporter","report":{"connections":{"local":{}}}}
[2025-01-22T14:03:30.291Z] [DEBUG] qase: Starting test run
[2025-01-22T14:03:30.291Z] [DEBUG] qase: Creating test run
[2025-01-22T14:03:31.114Z] [DEBUG] qase: Test run created: 41
[2025-01-22T14:06:04.510Z] [INFO] qase: �[32mRun 41 completed�[39m
[2025-01-22T14:06:04.510Z] [INFO] qase: �[34mTest run link: https://app.qase.io/run/HUB/dashboard/41�[39m

Image

Image

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants