pytest-dev/pytest-html

Group report by module/class/function levels

开放

#33 创建于 2016年2月10日

 (8 条评论) (5 个反应) (0 位负责人)Python (253 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (770 个星标)
PR 合并指标
 (平均合并 8小时 28分钟) (30 天内合并 9 个 PR)

描述

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 "+"?

贡献者指南