Closed kingages closed 4 years ago
Which one are you using?
robotframework-reportportal 5.0.3
robotframework-reportportal-ng 2.0.0
I've tried it only with robotframework-reportportal 5.0.3 or robotframework-reportportal-ng 2.0.0. And also together. No differences.
Could you provide some test suite file that I can run and reproduce your problem?
I fix it in https://github.com/reportportal/client-Python/pull/120 @iivanou please review and merge.
@kingages Fixed here by the @vitalka12345.
Nevertheless, @kingages, these messages occur because your tests' tags are not in the format supported by the agent.
Thank you.
@kingages Fixed here by the @vitalka12345.
Nevertheless, @kingages, these messages occur because your tests' tags are not in the format supported by the agent.
@iivanou where these tags format requirements are documented? This kind of issue happens with pytest plugin for us and would like to find way how to fix it.
@jupe In pytest agent documentation: https://github.com/reportportal/agent-python-pytest#configuration
I have an issue when test cases are starting. This is my error message
[ ERROR ] not enough values to unpack (expected 2, got 1)
But test case's results are correctly imported to Report Portal io
reportportal-client 5.0.5 robotframework 3.2.1 robotframework-appiumlibrary 1.5.0.6 robotframework-reportportal 5.0.3 robotframework-reportportal-ng 2.0.0 robotframework-seleniumlibrary 4.4.0
I'm using python 3.7. Any idead why this is happening?