Passing variables through the command line using Spoon / Espresso (android-test-kit)

I am running Espresso test with Spoon . How to pass value to my test at runtime? I've already done things like this , but I don't have a tag onCreatein my espresso test. So how do I pass them?


I am currently running my test using the command:

gradle spoon

+4
source share
1 answer

Have you ever thought about using an answer file that was deployed to each of the test devices or accessible through a central network?

setUp() Espresso , .

XML-.

, ActivityInstrumentationTestCase2(), , .

+5

All Articles