tolmasky / lithograph

Puppeteer-first Super Fast Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider including section names in children names

pouwerkerk opened this issue · comments

You may have subsections titled "Correct" and "Incorrect", to test working and non-working cases, but in Lithograph logs, the context of the test is missing because it's section title isn't there:

Screen Shot 2019-04-22 at 11 13 44 AM

We can either encourage test writers to include this context in test titles, or perhaps automatically include the section title, i.e. for a section called "Feature", with "Correct" and "Incorrect" subsections, the logs would show the results of each test as "Feature > Correct" and "Feature > Incorrect".