google/EarlGrey

EarlGrey supported reporting frameworks

ken4ward opened this issue · 1 comments

This project is very brilliant, but I don't know if I'm the one missing this part, I have not seen where generating reports have been mentioned in the docs. are there reporting frameworks like Allure Reports EarlGrey supports? Please, very important and urgent.

@ken4ward EarlGrey allows you to specify FailureHandlers and set / reset them in the main API. You can use this API to create your own failure handler and format the GREYError object propagated from the application as you'd wish. Calling -debugDescription on the GREYError object will provide you some formatted information.