-
Notifications
You must be signed in to change notification settings - Fork 674
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
Testcafe wrongly shows "filter" warning #6620
Labels
FREQUENCY: level 1
SYSTEM: configuration storage
TYPE: bug
The described behavior is considered as wrong (bug).
Comments
need-response-app
bot
added
the
STATE: Need response
An issue that requires a response or attention from the team.
label
Oct 18, 2021
Thank you for reporting this issue. I was able to reproduce it. This behavior is incorrect. |
need-response-app
bot
removed
the
STATE: Need response
An issue that requires a response or attention from the team.
label
Oct 20, 2021
AlexKamaev
added
TYPE: bug
The described behavior is considered as wrong (bug).
FREQUENCY: level 1
SYSTEM: configuration storage
labels
Oct 20, 2021
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
|
need-response-app
bot
added
the
STATE: Need response
An issue that requires a response or attention from the team.
label
Jan 3, 2022
Hi, The fix is available but not yet released. Please wait for the next Testcafe release or get changes from the master branch. |
need-response-app
bot
removed
the
STATE: Need response
An issue that requires a response or attention from the team.
label
Jan 5, 2022
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: