BDD and TDD for node.js?

前端 未结 11 1522
北恋
北恋 2021-01-29 20:37

What is used for BDD and TDD with node.js?

I\'m used to use Cucumber + RSpec. What\'s a good combo for node.js?

thanks

11条回答
  •  误落风尘
    2021-01-29 21:23

    Maybe a little later, but what you're looking for is Kyuri: https://github.com/nodejitsu/kyuri

    "kyuri is a node.js Cucumber implementation with a few extra asynchronous keywords. it supports 160+ languages and exports to VowsJS stubs"

    Also, nodejitsu seems to have built a web app for managing a project Kyuri feature specs in a collaborative way, it's named "prenup", I would give it a look.

提交回复
热议问题