-
Notifications
You must be signed in to change notification settings - Fork 1
🎨 refactor: Edited structure, code style, custom Allure reports #2
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
base: master
Are you sure you want to change the base?
Conversation
SuperTapok
commented
Dec 22, 2023
- Edited project structure - added constants interface, fixed typos
- Added allure annotations for every test
* Edited project structure - added constants interface, fixed typos * Added allure annotations for every test
dalekskaro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Самое главное из ревью: дополнить Settings.java
| Arguments.of(16, "Romeo", new ArrayList<>(Arrays.asList("url1", "url2"))), | ||
| Arguments.of(17, "Julia", new ArrayList<>(Arrays.asList("url1", "url2"))), | ||
| Arguments.of(18, "Andrew", new ArrayList<>(Arrays.asList("url1", "url2"))) | ||
| Arguments.of(15, "Bullet", new ArrayList<>(Arrays.asList("url1", "url2"))), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Если совсем упарываться то все значения здесь надо вынести в отдельный интерфейс, но это если уж совсем не будет нечем занятсья