Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robot Framework as source for test cases #10078

Open
wing-ictu opened this issue Oct 17, 2024 · 2 comments
Open

Robot Framework as source for test cases #10078

wing-ictu opened this issue Oct 17, 2024 · 2 comments
Labels
Source(s) New, enhanced, or removed metric source

Comments

@wing-ictu
Copy link

wing-ictu commented Oct 17, 2024

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

@wing-ictu wing-ictu added the Feature New, enhanced, or removed feature label Oct 17, 2024
@Sebastiaan127001 Sebastiaan127001 moved this from Inbox to To be refined in Quality-time backlog Oct 18, 2024
@fniessink fniessink added Source(s) New, enhanced, or removed metric source and removed Feature New, enhanced, or removed feature labels Nov 14, 2024
@fniessink fniessink changed the title Feature Request: New metric total test scenarios Robot Framework as source for test cases Nov 14, 2024
@fniessink
Copy link
Member

fniessink commented Nov 14, 2024

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.

@fniessink fniessink moved this from Refinement in progress to More information requested in Quality-time backlog Nov 14, 2024
@fniessink fniessink moved this from More information requested to Refinement in progress in Quality-time backlog Nov 19, 2024
@fniessink
Copy link
Member

Todo:

  • Add robot framework as test case source type to the test case metric collector.
  • Adjust the robot framework test case source collector to also return the test scenario "Documentation" property as test case name.
  • Document that that one robot file (test scenario in Robot parlance) is one (logical) test case in Quality-time and one test case in a robot scenario is one (physical) test in Quality-time.

@fniessink fniessink moved this from Refinement in progress to Ready in Quality-time backlog Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source(s) New, enhanced, or removed metric source
Projects
Status: Ready
Development

No branches or pull requests

2 participants