Skip to content
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

Annotation ComponentTesterPackages should be inheritable #1764

Open
stefanuebe opened this issue Mar 6, 2024 · 0 comments
Open

Annotation ComponentTesterPackages should be inheritable #1764

stefanuebe opened this issue Mar 6, 2024 · 0 comments
Labels
enhancement UITest JUnit testing the UI

Comments

@stefanuebe
Copy link

stefanuebe commented Mar 6, 2024

We want to define a set of custom testers for a huge set of UI Unit tests. Each of those UI Unit tests is going to extend from a custom base class, that itself extends the Vaadin ui unit base class. This custom class shall also be annotated with the custom tester annotation.

Currently, this is not possible since the annotation ComponentTesterPackages is not inheritable. This means, that each of the tests, that wants to use the testers (basically 99%) will have to define that annotation in a repetitive manner.

Therefore the request is that this annotation should be marked as @Inherited for better DX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement UITest JUnit testing the UI
Development

No branches or pull requests

2 participants