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

[Report] Allow multiple authors and multiple categories #616

Closed
authorjapps opened this issue Jan 26, 2024 · 1 comment · Fixed by #617
Closed

[Report] Allow multiple authors and multiple categories #616

authorjapps opened this issue Jan 26, 2024 · 1 comment · Fixed by #617

Comments

@authorjapps
Copy link
Owner

authorjapps commented Jan 26, 2024

Currently only one author per scenario is picked up.
Similarly one category per scenario and a superset category "Regression"

AC1:
Allow multiple categories starting with "#"

AC1:
Allow multiple authors starting with "@"

Benefit

If there is a situation to show test results Component wise(e.g. API-SECURITY) and sub-component wise (e.g. OAuth2 or BasicAuth or ``), then this feature will allow to display results in that manner.

  • and Similarly stuff Authors.

It should appear something like below:

  • Regression(7) <------ Total (but not necessarily sum of all sub categories. There may be some overlaps)
  • API-SECURITY(5)
  • OAuth2(2)
  • BasicAuth(3)
  • SSL(5)
  • http(1)

Otherwise, fall back to:

  • Regression <--- For category
  • All <--- For authors
@authorjapps
Copy link
Owner Author

Available in 1.3.36 (or later versions) when released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants