How can I have cypress post a complete report #9627
Unanswered
bezba
asked this question in
Questions and Help
Replies: 1 comment 1 reply
-
If you need the full test report with all test results, use our NPM module API https://on.cypress.io/module-api to run Cypress. Then send the results object anywhere you want. See some examples of using module API in https://glebbahmutov.com/blog/cy-metaprogramming/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Currently I am posting to Slack when the test fails. but i wanna be able to add the report at the end of the test as well. So when all the feature files are done and we reported all the broken test. I wanna be able to report this as well
This what I have right now. and every time test its finishes it posts everything for success . I am not sure how I can access that above report
Beta Was this translation helpful? Give feedback.
All reactions