Hello,
I have managed to configure appium tests running on CI(TeamCity).
Everything is great and working. One thing that I have not managed to do is to create some reports of failed tests and information which tells why they failed.
I am using gradle so default junit report is generated with time of execution and logs which leads me to line of failed test. But the most important information for mobile developer or QA is what really happend. Test had issues with finding element or maybe it was real bug in application.
As for me the most important stuff will be:
- Appium server log (not whole but regarding execution of failed test)
- Android/IOS application log (filtered by level or package) from device
- Maybe some screenshots or video with process of running test.
Is there any way to enable more detailed reports of failure only on client side?
I am not asking about everything, but maybe there is way(I am pretty sure, there is) to make reports richer.
I am really sorry if there was such discussion earlier.
Will appreciate any comment.
created
Apr '17
last reply
Apr '17
- 7
replies
- 530
views
- 3
users
- 2
links