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

Doesn't work with Component tests #220

Closed
piotrpalek opened this issue Oct 23, 2023 · 3 comments
Closed

Doesn't work with Component tests #220

piotrpalek opened this issue Oct 23, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@piotrpalek
Copy link

Hey! I've tried to use this plugin with component tests, but it seems that Cypress doesn't fire the window:before:load event in this type of test, so registering the plugin doesn't work correctly.
Any chance we can fix this for component tests?

@archfz
Copy link
Owner

archfz commented Oct 23, 2023

I guess you mean console logs are not working, as that is the only place we use that event. Other logs should work. Do you see an alternative?

@piotrpalek
Copy link
Author

piotrpalek commented Oct 23, 2023

I guess you mean console logs are not working

Yes, exactly :) They mention that test:before:run can be used instead

@archfz archfz added the bug Something isn't working label Oct 24, 2023
@archfz
Copy link
Owner

archfz commented Oct 29, 2023

Release in 5.3.8

@archfz archfz closed this as completed Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants