Alexey Girin

Results 195 issues of Alexey Girin

Детали от Ансара тут

🐞 bug
Material-UI
TestSite

Баг в документации: Описание HTML5 элемента Label ошибочно и не полно Если посмотреть https://jdi-docs.github.io/jdi-light/#1-1-1-label можно заметить, что пример явно не верный - не используется класс Label и вообще. Кроме того...

🐞 bug
documentation

Make sure that documentation for every Material UI element at https://jdi-docs.github.io/jdi-light/#4-material-ui-elements is correct and contain following mandatory parts: 1. Link to element documentation at https://material-ui.com/ (f.ex. https://material-ui.com/components/checkboxes/ ) 2. JDI...

documentation
Material-UI

Необходимо исследовать следующий фидбэк от Ксении Ковалёвой: "В целом не понятно, почему мои классы, написанные в https://github.com/jdi-templates/jdi-light-testng-template, не работают, а в https://github.com/jdi-testing/jdi-light - работают."

Review everything/Merge Material UI to Main - [ ] Checkbox - [ ] Chips - [ ] Tooltip - [ ] Container - [ ] Avatar - [ ] Divider...

Material-UI

Reference to the epic issue: #3484 Link to test examples in the documentation is missing Please update it with correct link. If tests are missing - create it from the...

Angular
Refactoring

Reference to the epic issue: #3484 Link to test examples in the documentation points to 404 page. Please update it with correct link. If tests are missing - create it...

Angular
Refactoring

Текущая версия jdi-light-mobile-android-template явно не работоспособна. Необходимо пересоздать этот шаблон с нуля. Можно использовать https://github.com/jdi-testing/jdi-light/tree/master/jdi-light-mobile-tests в качетво исходного проекта - просто выкинуть оттуда всё лишнее

Make sure that documentation for every Angular element at https://jdi-docs.github.io/jdi-light/#2-angular-elements is correct and contain following mandatory parts: 1. Link to element documentation at https://material.angular.io/components/categories (f.ex. https://material.angular.io/components/divider/overview ) 2. JDI code...

documentation
Angular

Для работы JDI на JDK16+ необходимо добавить аргумент запуска --add-opens java.base/java.lang=ALL-UNNAMED (нужен на самом деле для работы AspectJ https://htmlpreview.github.io/?https://github.com/eclipse/org.aspectj/blob/master/docs/dist/doc/README-197.html ) В нашем случае аргумент должен добавляться в аргументы запуска maven-surefire-plugin...