-
Notifications
You must be signed in to change notification settings - Fork 713
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
Feature/disable test history #1494
base: master
Are you sure you want to change the base?
Feature/disable test history #1494
Conversation
Hi Alex, Are you aware of the existing nohistory parameter. This works recursive. |
Hi @six42, |
Would you like the feature to work recursively? I am wondering if this feature should be configured via a page property as you did or rather by a variable.
Variables have the advantage that they can be defined in many ways:
They always work recursively. Page properties so far define the page security and the menu layout, the type of page and the source of the data. What do others think when should be something be configured via a property and when via a variable? |
Sorry for the late answer but I had some discussions with colleagues about this. To cut it short, from our side we would like to keep it as a page property for now. |
This has been a while now. Is it possible to get any new Input on this? |
@six42 any further thoughts? |
@fhoeben Would this change be problematic to merge? Right now it would just be an option do disable the test history for manual testing. If there will be an Use Case in the future for recursive properties maybe then it would make sense to to create a new PR and either change to page variables or to make the page property recursive. |
Can you rebase to resolve all conflicts? |
@AlexNetcare when I look at the 'Files changed' overview of this PR I believe something went wrong rebasing/merging your changes: I expected to see far fewer changes. Can you review and see whether you can address this? (I expect you might be best of to create a new branch from |
7150b33
to
9d6aca2
Compare
Hello @fhoeben, I did see that my rebase was definitely wrong and I wanted to fix it before writing a comment about it. But I was too slow. |
Adding a new Property on a page to disable Test Histories for that page. This is turned off by default.
This might be taking care of this Request #1488
The new Property does not work recursive though.