springernature / webpagetest-mapper

Maps JSON result data from marcelduran/webpagetest-api into human-readable document formats.
GNU General Public License v3.0
96 stars 11 forks source link

Remove failed tests from the result array, fixes #5 #11

Closed philbooth closed 9 years ago

philbooth commented 9 years ago

Failed tests were causing charts to display wrong, leaving empty gaps and causing multiple labels to be printed at the same offset. This change removes failed tests from the result array entirely, which fixes those issues.

rowanmanning commented 9 years ago

Looks good :+1: