osx - If there a way to get growl notifications on grunt protractor failures? -
i'm on osx, , have grunt watch file jshint & protractor tests. growl notifications jshint messages, none protractor failures. prefer visible popup notification rather having inspect terminal output.
any suggestions?
the packages used are:
grunt.loadnpmtasks( 'grunt-contrib-jshint' ); grunt.loadnpmtasks( 'grunt-contrib-watch' ); grunt.loadnpmtasks( 'grunt-http-server' ); grunt.loadnpmtasks( 'grunt-protractor-webdriver' ); grunt.loadnpmtasks( 'grunt-protractor-runner' ); grunt.loadnpmtasks( 'grunt-notify' ); grunt.task.run( 'http-server:test' ); grunt.task.run( 'protractor_webdriver:test' ); grunt.task.run( 'notify_hooks' );
this possible minor setup. need enable growl in protractor setup.
mochaopts: { reporter: "spec", slow: 3000, growl: true }
and create sure growl enabled in setup
osx gruntjs protractor growl
No comments:
Post a Comment