Open wing-ictu opened 1 month ago
Open issue: what kind of Robot Framework configuration is needed to produce the attached junit xml?
Nothing. The Documentation field is a standard part of the Settings table in Robot Framework files, see https://baishanlu.gitbooks.io/robot-framework-cn-en-user-manual/content/6appendices/61all_available_settings_in_testdata.html. De JUnit XML is produced with the --xunit <filename>
flag.
Todo:
Is your feature request related to a problem? Please describe. At this moment it is not possible to count test cases / test scenarios when logical test cases are not registered in Jira. For reporting I need to count these test scenarios manually.
Describe the solution you'd like I would like to have the test cases metric count each .robot file. Each .robot file consists of 1 test scenario.
Describe alternatives you've considered I have considered adding LTG to Jira, but that would mean double administration for me.
Additional context Add any other context or screenshots about the feature request here.
I have added a compressed junit.xml file which shows all the .robot files run in an Automatic Regression Test.
junit.xml.zip
Thank you