-
Notifications
You must be signed in to change notification settings - Fork 39
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
options.collectTypes doesn't support "cy.intercept" #113
Labels
bug
Something isn't working
Comments
Its cy:intercept not cy.intercept |
Hi @archfz , |
archfz
added a commit
that referenced
this issue
Aug 18, 2021
archfz
added a commit
that referenced
this issue
Aug 18, 2021
archfz
added a commit
that referenced
this issue
Aug 18, 2021
archfz
added a commit
that referenced
this issue
Aug 18, 2021
Released in 3.3.1 |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
First of all thank you for creating this awesome plugin. I've been searching for a plugin to output all the Cypress logs to terminal and this plugin is doing exactly what I needed. :)
In the index.ts plugin file, I've specified the type of logs that I want to output to the terminal using the following lines:
However when I run my tests, the following error is thrown. It doesn't look like the collectTypes is supporting "cy.intercept"? However the documentation does mention the support of cy.intercept for collectTypes.
When I removed "cy.intercept", it works fine.
The text was updated successfully, but these errors were encountered: