Open fancyhejianyang opened 8 years ago
the reporter show the suite write "focused specs",however should be "Accordion Combined Test" described.
@fancyhejianyang - I'm seeing the same. Did you ever find an answer for this?
@fancyhejianyang, @brassier - I'm facing the same issue. Did u find any solution?
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" })); }); }