This is extremely well done and I'm very impressed that it works out of the box with existing tests. Love the automatic testing and notifications, keeps me in my text editor and in the flow. Not sure I like the DLS but I havn't tried it yet so I can't comment too much on that.
Love the automatic testing and notifications, keeps me in my text editor and in the flow. Not sure I like the DLS
Yes I haven't tried this yet, but it looks pretty nice - a dashboard for your tests. The only thing that gives me pause is the DSL they use - it looks pretty verbose, and would tend to take over your tests. I'd prefer one function call to set the test metadata at the start of the test, rather than being forced to use Convey() functions all the time, which have nothing to do with what I'm testing, wrapping the real tests.
This is extremely well done and I'm very impressed that it works out of the box with existing tests. Love the automatic testing and notifications, keeps me in my text editor and in the flow. Not sure I like the DLS but I havn't tried it yet so I can't comment too much on that.
Yes I haven't tried this yet, but it looks pretty nice - a dashboard for your tests. The only thing that gives me pause is the DSL they use - it looks pretty verbose, and would tend to take over your tests. I'd prefer one function call to set the test metadata at the start of the test, rather than being forced to use Convey() functions all the time, which have nothing to do with what I'm testing, wrapping the real tests.
OT I know but how do you get those quotes to turn up like that?
Use blockquote tag, I will be improving the editor soon.