YahooArchive / guerilla

Guerilla is a distributed build/test server specialized for iOS and Android.
MIT License
17 stars 8 forks source link

Some Useful Android Tasks #50

Closed nickwph closed 8 years ago

nickwph commented 8 years ago

@seyeojumu how do we test these tasks?

yahoocla commented 8 years ago

CLA is valid!

thekushpatel commented 8 years ago

These are some seriously awesome additions! Super useful tasks :)

As for testing, I don't have much experience in testing with node, but I do know that screwdriver has a similar architecture, and they are testing their tasks. If i remember correctly, they just pass in mock parameters into the Task.execute method. Looking at their repo might be good guidance.

nickwph commented 8 years ago

@thekushpatel maybe let's merge it?