gruntjs - how to call the reporter task in grunt -
this grunt file task,
mochaprotractor: { options: { configfile: 'conf.js', port: 9999, singlerun: true, browsers: ['chrome'], loglevel: 'off' }, files: ['test/automative/*.js'], reporter:{ reporter:'html_table_reporter' , outputfile: 'report/report.html', timeout: 60000 } }
not able generate report tests.
Comments
Post a Comment