Run specific test using espresso

Viewed 5059

I am currently running my test via command

gradle app:connectedCheck

This works great, but as my test are building up, I don't want to go through all of them when I am trying to create one. Does anyone know how to just run one of my tests? Thanks in advance.

3 Answers
Related