sebaslogen / CleanGUITestArchitecture

Sample project of Android GUI test automation using Espresso, Cucumber and the Page Object Pattern
MIT License
137 stars 31 forks source link

Spoon report and screenshots #24

Open francescogatto opened 6 years ago

francescogatto commented 6 years ago

Hi! nice test application, but what's about the Spoon report? Is it generated? Thanks

sebaslogen commented 6 years ago

No, the Spoon library here is only used to take screenshots, not to run or generate test reports. Cheers.

francescogatto commented 6 years ago

Do You know if is it possible to have spoon reports with cucumber?

sebaslogen commented 6 years ago

I don't think so out of the box, because both cucumber and Spoon take control of how the tests batch is divided and executed