You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I saw that there is a run:end event available if we are using the Module API, however, is there a way to listen to that event from a a plugin?
We have a reporter that reports test results to our internal dashboard and we need a way to detect when all tests have finished. the mocha end event fires for each spec that runs and we need to detect when all specs are done
The text was updated successfully, but these errors were encountered:
gilgold
changed the title
Is there a way to make the 'run:end' even available for plugins?
Is there a way to make the 'run:end' event available for plugins?
Apr 13, 2020
You're likely referring to the events that are planned to be made available here: cypress-io/cypress#2840
This repo is only for issues relating to Cypress documentation. If you want to open an issue on our main project, you can open it here. This issue will be closed in this repository.
If you have a question about how to use Cypress, check out our community chat, it can be helpful for debugging issues or just answering questions you have about Cypress.
Hey,
I saw that there is a
run:end
event available if we are using the Module API, however, is there a way to listen to that event from a a plugin?We have a reporter that reports test results to our internal dashboard and we need a way to detect when all tests have finished. the mocha
end
event fires for each spec that runs and we need to detect when all specs are doneThe text was updated successfully, but these errors were encountered: