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

Add sorting to results.xml - by longest running tests etc. #133

Open
OndraM opened this issue May 5, 2017 · 0 comments
Open

Add sorting to results.xml - by longest running tests etc. #133

OndraM opened this issue May 5, 2017 · 0 comments

Comments

@OndraM
Copy link
Member

OndraM commented May 5, 2017

Results.xml file (when viewed in browser) applies XSL template to format the HTML.

screenshot_20170505_135841

We already use moment.js library to format date and to calculate the diff between start and end of the tests. Another nice feature could be to sort the table by some of columns:

  • status
  • result
  • start time
  • end time
  • duration

For example jQuery Tablesorter 2 plugin could be used. It also contains some Bootstrap 3 theme.

To summarize the requirements for this feature:

  • sort (only) by columns specified above
  • show sort icon
  • add ability to reset the filters (and return table to its original state)
  • use bootstrap theme (or similar - doen't have to be exactly the one) to keep it consistent with the rest of the results.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant