Kenzitron / protractor-jasmine2-html-reporter

HTML reporter for Jasmine2 and Protractor
32 stars 53 forks source link

suites calling "focused specs".. #43

Open fancyhejianyang opened 8 years ago

fancyhejianyang commented 8 years ago

config file: onPrepare: function() { var Jasmine2HtmlReporter = require('./index.js'); browser.getCapabilities().then(function(caps){ var browserName=caps.get('browserName'); console.log(browserName); jasmine.getEnv().addReporter(new Jasmine2HtmlReporter({ savePath: "./report/"+browserName+"/e2e" })); }); }

fancyhejianyang commented 8 years ago

the reporter show the suite write "focused specs",however should be "Accordion Combined Test" described.

brassier commented 6 years ago

@fancyhejianyang - I'm seeing the same. Did you ever find an answer for this?

RenusriRajalingam commented 6 years ago

@fancyhejianyang, @brassier - I'm facing the same issue. Did u find any solution?