DaveWoodCom/XCGLogger

How to display the test results with XCGLogger and XCUITest

moatazeldebsy opened this issue · 0 comments

We are using XCGLogger to add logging info in our page objects classes and beside the custom messages that we added using log.debug("I'm here!") we need to log the test method results(PASSED or FAILED) in the log file, how can we do this .

Also, how can we display the errors that not logged by XCGLogger for example Assertion Failure

Thank you!