-
Notifications
You must be signed in to change notification settings - Fork 43
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
Also have one recheck.ignore per state #182
Comments
Where is the correct place to persist these ignore configurations? |
I'd say we look in hierarchy. One inside the folder of the Golden Master, next to the retest.xml. Then we could even have a second one above, as for the whole suite. |
To summarize:
As ignore/filter is additive, I assume we won't have conflicts and a more specific level will only add more things to ignore/filter? |
From retest/recheck#193:
So I think we still have to figure out how CLI and GUI deal with "local" recheck.ignore files. How are they presented to the user? Where to write to when ignoring specific changes? |
I think as long as the changed are not "mixed" (i.e. that "local" ignores are persisted in the global ignore file) it is ok to have it like that. This is for experienced users and special use cases—we can later see how we put this into GUI and CLI. When ignoring changes, they should still end up in the "global" ignore file. |
Since recheck.ignore is additive, we can also have one per state. This solves some immediate problems, e.g. where a XPath should only be ignored within a certain state.
The text was updated successfully, but these errors were encountered: