Closed egibbm closed 4 years ago
Apart from the other comments. What are the major benefits of this implementation comparing to the built-in import functionality of the ReportPortal UI?
the import interface only capable of handling xunit format, which is inadequate / do not provide as complete information as the one provided by listeners. It does not record keywords, so we miss the ability to trace issues/flakiness from the reportportal UI.
btw do we still need to support python2? The check is false positive.
btw do we still need to support python2? The check is false positive.
Unfortunately, there are loads of agent consumers who are still running Python 2. If you wanna add type hints into the project, you can create *.pyi files.
We have built a tool by extending your agent to allow posting results to reportportal using RF output.xml.
From the command's doc:
This will help solve similar issue as #65.
Let me know if you're interested in merging this to yours. I'll be glad to help.