pytest-dev/pytest-html

Group report by module/class/function levels

Offen

#33 geöffnet am 10.02.2016

 (8 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)Python (253 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (770 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 8h 28m) (9 gemergte PRs in 30 T)

Beschreibung

Report is now plain, which means that you cannot "overview" whole list of checks and assume which one is whole failed, and which one contains errors in steps.

Its very important for step-dependent runtime, where stepA is the function which performs authorization, purpose of stepB is to click several times in order to go to the subservice on the website, stepC contains steps for sanity checks, etc.

My tests contains around 20-30 steps, so the report looks unreadable. Is it possible to shorten levels by package/module/class/function and then collapse by click the button like "+"?

Contributor Guide