Skip to content

Added filters in javascript for the html formater

gitlab-qa-bot requested to merge github/fork/dquimper/master into master

Created by: dquimper

Hi,

I added 3 checkboxes at the top of the generated html to filter passed, failed and pending test. We have 4000+ test at our compagny and finding the ones that failed become hard because the list of so long.

I simply used the classes (passed, failed and not_implemented) in the html to guide the apply_filter function.

Hope you can integrate it without problems, only one file was changed.

Merge request reports