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

Adding to specified test .only or .skip to the function not working with tags #19

Closed
nalmabrcom opened this issue Mar 8, 2021 · 1 comment
Assignees
Labels
bug Something isn't working confirmed Successfully replicated

Comments

@nalmabrcom
Copy link

nalmabrcom commented Mar 8, 2021

Hello,

seems that having a tag and at the same time .only or .skip (e.g., describe.only(['smoke'],'TC174956 Copybook - not exist: error underlined', () => { brings this error:

TypeError: The following error originated from your test code, not from Cypress.

  > Suite argument "title" must be a string. Received type "object"

When Cypress detects uncaught errors originating from your test code it will automatically fail the current test.

Cypress could not associate this error to any specific test.

We dynamically generated a new test to display this failure.
@annaet
Copy link
Contributor

annaet commented Mar 28, 2021

Hi @nalmabrcom

Thanks for raising this issue. This should be fixed in the latest release v0.0.21. Please try this out and let me know if you have anymore issues with this.

@annaet annaet self-assigned this Mar 28, 2021
@annaet annaet added bug Something isn't working confirmed Successfully replicated labels Mar 28, 2021
@annaet annaet closed this as completed Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed Successfully replicated
Projects
None yet
Development

No branches or pull requests

2 participants