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

Test Categories Management #50

Closed
ParanoikCZE opened this issue Sep 20, 2017 · 5 comments
Closed

Test Categories Management #50

ParanoikCZE opened this issue Sep 20, 2017 · 5 comments

Comments

@ParanoikCZE
Copy link

Test list tree is now generated by test name split by dot. As there could be many nested levels, categories takes too much space. E.g.
It would be great to have option to switch to "collapsed version", this would look like e.g.
obrazek

Another suggestion is to add option to disable displaying empty categories (after filtering some tests out), e.g.
obrazek
Should become
obrazek

Would be great if both options could become default for user, so storing these options to cookies would be great.

@elv1s42 elv1s42 self-assigned this Sep 20, 2017
@elv1s42
Copy link
Member

elv1s42 commented Sep 20, 2017

Hi!

I agree that it would be useful. But I am not sure about using cookies as this approach may not work for opening report locally without running any servers. So probably we can put all settings in json settings file: https://github.com/GHPReporter/Ghpr.Core#about-settings-file

@ParanoikCZE
Copy link
Author

Seems like JS is able to handle this pretty easily ..
https://www.w3schools.com/js/js_cookies.asp

@elv1s42 elv1s42 added this to Backlog in Ghpr Common Jun 13, 2018
@elv1s42 elv1s42 moved this from Backlog to ToDo (Prioritised) in Ghpr Common Jul 6, 2018
@elv1s42 elv1s42 added this to the v0.9.4 milestone Oct 4, 2018
elv1s42 added a commit that referenced this issue Oct 4, 2018
@elv1s42 elv1s42 moved this from ToDo (Prioritised) to InProgress (Dev/QA) in Ghpr Common Oct 5, 2018
@elv1s42
Copy link
Member

elv1s42 commented Oct 5, 2018

Empty catigories are not displayed in current master branch.
Collapsed list still needs to be implemented.

Target release version should be 0.9.4

@elv1s42 elv1s42 moved this from InProgress (Dev/QA) to Done (Aw. Release) in Ghpr Common Oct 6, 2018
@elv1s42
Copy link
Member

elv1s42 commented Oct 9, 2018

Hierarchical list now does not include empty names:
image

Collapsed list added too:
image

@elv1s42
Copy link
Member

elv1s42 commented Dec 18, 2018

Released as v0.9.4

@elv1s42 elv1s42 closed this as completed Dec 18, 2018
Ghpr Common automation moved this from Done (Aw. Release) to Released (NuGet package) Dec 18, 2018
@elv1s42 elv1s42 moved this from Released (NuGet package) to Archive in Ghpr Common May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Ghpr Common
  
Archive
Development

No branches or pull requests

2 participants