Regarding TDD and BDD?

What’re the analogs for rspec, capybara and factorygirls we have in Rails?

Is it possible to do TDD and BDD in Meteor like in Rails?

rspec -> sanjo:jasmine or mike:mocha
capybara -> xolvio:cucumber, sanjo:jasmine (with xolvio:webdriver), mike:mocha (with xolvio:webdriver)
factorygirls -> dburles:factory (cannot be used with xolvio:cucumber right now) or rosie NPM package

1 Like