Ruslan Mingaliev

Results 9 issues of Ruslan Mingaliev

All the sample tests should be passed on Pull Requests

enhancement
help wanted

Too many people face significant problems with new Kaspresso version. Build fails with error: ~~~ java.lang.NoSuchMethodError: No direct method (ILjava/lang/Object;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;I)V in class Lkotlin/jvm/internal/FunctionReferenceImpl; or its super classes (declaration of 'kotlin.jvm.internal.FunctionReferenceImpl'...

bug

Kaspresso documentation is currently stored at /docs directory in the repo. It's awkward, we should generate JavaDoc and host it at, for example, https://pages.github.com/

documentation

как именовать ветки, коммиты и тд.

documentation
enhancement

Сейчас невозможно использовать ресурсы R.id и R.string в Кавтоматоре. Неплохо было бы добавить поддержку этого, как в какао. Для тестов своего же приложения (апрейд-сценариев) можно копировать ресурсы с помощью Gradle-плагина...

enhancement
help wanted

Уже есть большинство оберток и примеров использования. Нужно добавить оставшиеся и написать на них тесты.

documentation
enhancement
good first issue

Compiled `.jar` artifact contains `org.intellij.lang.annotations.*` and `org.jetbrains.annotations.*` packages in it which cause the RuntimeException while project building. ![image](https://user-images.githubusercontent.com/15376527/65991222-a5892780-e495-11e9-80a8-48f58e7c871d.png)