chiuki / espresso-samples

A collection of samples demonstrating different Espresso techniques.
Apache License 2.0
634 stars 156 forks source link

Way to test multiple device test cases #13

Open roy-shantanu opened 5 years ago

roy-shantanu commented 5 years ago

Hi Chiuki, I was wondering is there a way to test, in espresso, scenarios like chat application, where you need two devices, one from you send message and on the other you receive the message and also assert for received push notifications? Seeking Help