Automation testing with Meteor

Hello Meteorians!

I am getting close doing something actually useful with Meteor. After being in war with NodeJS and Cucumber, I am finally at the stage of going beyond the boundaries of writing some Gherkinish - and as I am spoiled with the Ruby frameworks that provide automated testing facilities, such as capybara, I wanted to ask which framework would fit in with Meteor, Flow Router, Blaze, Cucumber and CoffeeScript do such automation, simulating and uniform a real user’s interaction with an meteor application.

Your feedback is truly appreciated!

https://atmospherejs.com/xolvio/cucumber. It uses WebDriver.io 3.0 for browser automation.

1 Like