kylef / Spectre

BDD Framework and test runner for Swift projects and playgrounds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spectres should time how long each test case takes and provide user with total time.

kylef opened this issue · comments

Similiar to mocha and other testing frameworks which allow you to see how long a test case takes. There should also be options to cause test failure when any test goes over some threshold. Mocha default reporter colours the time yellow/red to show slower tests.

Unfortunately this likely means we have to change the design of the reporters themselves.