• 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.