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

Is there a way to make the 'run:end' event available for plugins? #2715

Closed
gilgold opened this issue Apr 13, 2020 · 1 comment
Closed

Is there a way to make the 'run:end' event available for plugins? #2715

gilgold opened this issue Apr 13, 2020 · 1 comment

Comments

@gilgold
Copy link

gilgold commented Apr 13, 2020

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

@gilgold 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
@jennifer-shehane
Copy link
Member

This is not an available event in the current version of Cypress. You can see all events documented here: https://docs.cypress.io/api/events/catalog-of-events.html

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.

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