Skip to content

Instantly share code, notes, and snippets.

@Maxim-Filimonov
Created July 4, 2014 22:53
Show Gist options
  • Save Maxim-Filimonov/cc25fc136aa1343c7bbb to your computer and use it in GitHub Desktop.
Save Maxim-Filimonov/cc25fc136aa1343c7bbb to your computer and use it in GitHub Desktop.
Log for RTD
/node_modules/.bin/rtd runOnce --debug <<<
Running "bgShell:killAll" (bgShell) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-bg-shell/tasks/bg-shell.coffee
Running "downloadAndOrStartSelenium" task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/Gruntfile.js
Running "bgShell:startKarma" (bgShell) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-bg-shell/tasks/bg-shell.coffee
Running "bgShell:synchronizeMirrorApp" (bgShell) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-bg-shell/tasks/bg-shell.coffee
Running "bgShell:instrumentCode" (bgShell) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-bg-shell/tasks/bg-shell.coffee
.
Processed [3] files in 0 secs
Running "bgShell:startMirrorApp" (bgShell) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-bg-shell/tasks/bg-shell.coffee
Running "bgShell:startApp" (bgShell) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-bg-shell/tasks/bg-shell.coffee
Running "pollServices" task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/Gruntfile.js
RTD is starting up...
[[[[[ ~/repos/meteor_learning/meteor-rtd-example-project/app ]]]]]
=> Started proxy.
[[[[[ ~/repos/meteor_learning/meteor-rtd-example-project/build/mirror_app ]]]]]
=> Started proxy.
=> Meteor 0.8.2 is available. Update this project with 'meteor update'.
=> Started MongoDB.
=> Meteor 0.8.2 is available. Update this project with 'meteor update'.
=> Started MongoDB.
=> Started your app.
=> App running at: http://localhost:3000/
=> Started your app.
=> App running at: http://localhost:8000/
Running "outputPorts" task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/Gruntfile.js
Selenium-server on port 4444
Karma listener on port 9876
Karma runner on port 9100
Meteor on port 3000
Mirror on port 8000
Running "jshint:app" (jshint) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-contrib-jshint/tasks/jshint.js
>> 3 files lint free.
Running "jshint:test" (jshint) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-contrib-jshint/tasks/jshint.js
>> 9 files lint free.
Running "coffeelint:app" (coffeelint) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-coffeelint/tasks/coffeelint.js
>> 0 files lint free.
Running "coffeelint:test" (coffeelint) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-coffeelint/tasks/coffeelint.js
>> 0 files lint free.
Running "bgShell:karmaRun" (bgShell) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-bg-shell/tasks/bg-shell.coffee
- - - Running unit tests - - -
[2014-07-05 08:49:17.091] [DEBUG] config - Loading config /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/karma.conf.js
PhantomJS 1.9.7 (Mac OS X): Executed 9 of 11 SUCCESS (0 secs / 0.001 secs)
PhantomJS 1.9.7 (Mac OS X): Executed 11 of 11 SUCCESS (0.052 secs / 0.002 secs)
..
PhantomJS 1.9.7 (Mac OS X): Executed 11 of 11 SUCCESS (0.052 secs / 0.002 secs)
PhantomJS 1.9.7 (Mac OS X): Executed 11 of 11 SUCCESS (0.052 secs / 0.002 secs)
Running "bgShell:synchronizeMirrorApp" (bgShell) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-bg-shell/tasks/bg-shell.coffee
Running "bgShell:instrumentCode" (bgShell) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-bg-shell/tasks/bg-shell.coffee
.
Processed [3] files in 0 secs
Running "bgShell:runTests" (bgShell) task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-bg-shell/tasks/bg-shell.coffee
- - - Running acceptance tests - - -
=> Meteor server restarted
Leaderboard functionality - 6140 ms
increases a players score by 5 when the increment button is clicked - 6139 ms
Finished in 6.142 seconds
1 test, 4 assertions, 0 failures, 0 skipped
Running "postLatestUnitCoverage" task
[D] Task source: /Users/maxim/repos/meteor_learning/meteor-rtd-example-project/node_modules/rtd/Gruntfile.js
No coverage reports available from unit tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment