taylorhakes / painless

Painless Test Library - Easy to learn, use and debug
MIT License
58 stars 1 forks source link

Show group names in the spec reporter. #15

Closed af closed 8 years ago

af commented 8 years ago

If a group name isn't given, there will be an empty line where the name would be shown, so it still "chunks" the groups in the reporter's output

taylorhakes commented 8 years ago

This looks good. I am wondering if we can use the filename as a fallback. It would be easy with node test.js, might be a little harder when executing glob painless test/**/*.js

af commented 8 years ago

I like the idea of using the filename as a fallback. How would that work when painless is (eventually) running in the browser though?

taylorhakes commented 8 years ago

I don't believe it could work in browsers. Still nice to have when people use node.