Skip to content

ggarret/grunt-mocha-slack-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-mocha-slack-reporter


Add to Gruntfile.js :

mochaTest: {
        test: {
            src: ['test/*.js'],
            options: {
                reporter: 'grunt-mocha-slack-reporter',
                timeout : 3000,
                reporterOptions:
                {
                    url: 'https://hooks.slack.com/services/test/test/test',
                    channel: "test",
                    icon_url: "http://test.com/test.png",
                    showPass: false,
                    showFail: false
                }
            },
        },
    },

About

mocha reporter to post messages on slack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published