meteor-rtd-example-project
meteor-rtd-example-project copied to clipboard
A template project to use for creating a meteor app with unit and webdriver testing
This fixes the issue described in #42
I've just cloned the repo and bootstrapped as described in the documentation: ``` 09:41:24 {master} ~/proj/research/meteor-rtd-example-project$ ./node_modules/.bin/rtd --debug Running "bgShell:killAll" (bgShell) task [D] Task source: /Users/rajish/proj/research/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-bg-shell/tasks/bg-shell.coffee Running "downloadAndOrStartSelenium" task [D]...
I added rtd for my project. Everything was ok, sourcefiles were watched and when I had changed any of them rtd performed its operations - jshint, tests etc. Then I...
I am working on a meteor based project and wanted to try RTD for unit testing. The problem is our meteor code resides in a directory named say 'abc'. RTD...
It looks to me like https://github.com/xolvio/meteor-rtd-example-project/blob/master/test/acceptance/leaderboard.spec.js#L53 is wrong. When using `rejected` I am getting a `>> TypeError: Object [object Object] has no method 'rejected'` error, with `errback` it is working....
Hello I want to share this error. Isn't urgent for me but I think it's not right. It happens with this test project when I copy the karma.conf.js file to...
If you change the last step of the feature from `Then "Grace Hopper" has a score of 15` to `Then "Grace Hopper" has a score of 500000` The scenario will...