dareid / chakram

REST API test framework. BDD and exploits promises
http://dareid.github.io/chakram/
MIT License
908 stars 99 forks source link

How to configure acceptable response time ? #99

Closed thibaultmeyer closed 7 years ago

thibaultmeyer commented 7 years ago

Hello,

Is something I can configure somewhere ?

image

Sincerly

dareid commented 7 years ago

Hi, this is from mocha the underlying test runner used by Chakram. See https://stackoverflow.com/questions/31975168/why-doesnt-mocha-report-time-for-every-test for ideas in terms of turning off.

thibaultmeyer commented 7 years ago

Thanks