-
Notifications
You must be signed in to change notification settings - Fork 20
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
Test with a title as a template string is always executed #16
Comments
@gfomichev thanks for this report, I'll look into fixing this! |
@gfomichev this was actually fixed in version If you pull down the latest code, I've updated the version and added some more example tests. I'll close this issue for now, but please let me know if you have anymore problems. |
@annaet I'm still able to reproduce the original behavior. In file
This Could you check that, please? |
Ah yes you're right! I've been able to recreate this, will take a look later today. |
Hi @gfomichev - this should be fixed now in |
If your test title is a template string (enclosed by the backtick), it is not processed by tag filtering.
Can be reproduced in cypress-tags-example. Replace single quotes in the I am a regular test test title with backticks (`)
I am a regular test test will be executed even if only CYPRESS_INCLUDE_TAGS config is set.
The text was updated successfully, but these errors were encountered: