square / spoon

Distributing instrumentation tests to all your Androids.
https://square.github.io/spoon/
Apache License 2.0
2.7k stars 477 forks source link

Spoon for iOS #561

Closed renatovieiradesouza closed 5 years ago

renatovieiradesouza commented 5 years ago

Hi. Is it possible to use Spoon to test iOS devices?

JakeWharton commented 5 years ago

No, it is extremely Android-specific. In theory you could create a different frontend for running tests on iOS and generate a model that matches what Spoon uses. Then you could generate the HTML report using Spoon based on that model. This is already how it works internally. The report generation knows nothing about Android. But we have nothing like that built in and aren't going to provide it ourselves.

edenman commented 5 years ago

Nope