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

Tests using xit instead of it are failing #47

Closed
facundoem94 opened this issue May 10, 2021 · 2 comments
Closed

Tests using xit instead of it are failing #47

facundoem94 opened this issue May 10, 2021 · 2 comments
Labels
bug Something isn't working confirmed Successfully replicated
Milestone

Comments

@facundoem94
Copy link

Description
Mocha command "xit" (used for skipping tests) isn't working with tags.

Steps To Reproduce:

  1. Clone cypress-tags-example project.
  2. Modify any test using "it" command with tags.
  3. Run test from browser or command.

Actual Result:
Tests are failing using xit.

Expected Result:
Tests are skipped correctly using xit.

Screenshots:
image
image

@annaet annaet added bug Something isn't working confirmed Successfully replicated labels May 25, 2021
@annaet annaet added this to the 0.1.0 milestone May 25, 2021
@annaet
Copy link
Contributor

annaet commented May 25, 2021

Hi @facundoem94,

As of v0.1.0 xit and xdescribe should be supported.

Please let me know if you have any issues after upgrading.

@annaet annaet closed this as completed May 25, 2021
@facundoem94
Copy link
Author

Will take a look, thanks!

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