-
Notifications
You must be signed in to change notification settings - Fork 676
Testcafe wrongly shows "filter" warning #6620
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
Labels
FREQUENCY: level 1
SYSTEM: configuration storage
TYPE: bug
The described behavior is considered as wrong (bug).
Comments
Thank you for reporting this issue. I was able to reproduce it. This behavior is incorrect. |
miherlosev
added a commit
to miherlosev/testcafe
that referenced
this issue
Dec 23, 2021
miherlosev
added a commit
that referenced
this issue
Dec 27, 2021
@AlexKamaev filter warning is still shown for me in
|
Hi, The fix is available but not yet released. Please wait for the next Testcafe release or get changes from the master branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
FREQUENCY: level 1
SYSTEM: configuration storage
TYPE: bug
The described behavior is considered as wrong (bug).
What is your Test Scenario?
Run a test with a
--fixture-meta
flag or with a.filter()
directive in a test runner file, without having anyfilter
directives set up in.testcaferc.json
.What is the Current behavior?
Testcafe shows a
The "filter" option from the configuration file will be ignored.
warning above and below each test run.What is the Expected behavior?
This warning not to show up.
What is your web application and your TestCafe test code?
See MWE: https://github.com/di5ko/testcafe-filter-warning
Steps to Reproduce:
Run the test from above MWE. Also see #5544 (comment).
Your Environment details:
The text was updated successfully, but these errors were encountered: