Naveen2226
Results
1
comments of
Naveen2226
I am unable to generate reports in protractor //config.js var HtmlReporter = require('protractor-html-screenshot-reporter'); exports.config = { framework : 'jasmine', seleniumAddress : 'http://localhost:4444/wd/hub', specs : ['EmpCreation.js'], onPrepare: function() { // Add...