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

Add owner annotation to the class level #2175

Closed
dprymudrau opened this issue Apr 12, 2023 · 1 comment · Fixed by #2181
Closed

Add owner annotation to the class level #2175

dprymudrau opened this issue Apr 12, 2023 · 1 comment · Fixed by #2181
Milestone

Comments

@dprymudrau
Copy link
Contributor

dprymudrau commented Apr 12, 2023

Describe the solution you'd like
Instead of writing @MethodOwner to each test method in class it would be better to make owner of test class that makes me automatically owner of all tests in class. If smb else made test method in class he can override value by adding annotation @MethodOwner to needed test method

Additional context
@TestClassOwner(owner = "dprymudrau") public class MyTestClass implements IAbstractTest {

@akamarouski akamarouski added this to the 1.0.1 milestone Apr 18, 2023
@akamarouski akamarouski linked a pull request Apr 18, 2023 that will close this issue
akamarouski added a commit that referenced this issue Apr 18, 2023
add methodOwner for class
@ghost
Copy link

ghost commented May 16, 2023

verified, fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants