-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Feature Request: Access to --include and --exclude Tags from ListenerV3/PreRunModifier #3255
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
Comments
Being able to access execution configs would definitely be useful. For reasons explained below, it is somewhat big task to implement and unfortunately not likely to happen in the near future. A workaround is specifying important configs using variables like Reasons why this is rather big task to implement:
Everything above is doable but there's just quite a lot to do and also to design. I won't have time to do that myself in the near future, but can help if someone else is interested. |
Hi Pekka, Using a BuiltIn Variable would absolutely solve my issue because i need to access it as Library Listener. So i have access to These. As you wrote, i already decided to implement a workaround with ${exclude} variables. But user friendly is different. Cheers. |
Hi @pekkaklarck, @Snooz82 , Could you consider my PR? Thanks! |
As I just commented the PR (very late, sorry), I think it would be better to expose configuration options via a single variable |
This has been implemented by #4229 as |
Hi Peke,
I need access to the list of excluded and included tags from ListenerV3.
UseCase:
DataDriver loads data from external Source and creates TestCases.
Tags can also be defined in this external Source and will be added to TestCases.
Because DataDriver is initialized on Start Suite the excluded tags has no effect.
I want DataDriver Listener to be able to exclude data from source that has a tag that is excluded by command line option --exclude. same for --include.
Any Possibility with robot.api or with Suite data model would be OK.
There are actual usecases that require this feature.
Thanks.
The text was updated successfully, but these errors were encountered: