We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" })); }); }
The text was updated successfully, but these errors were encountered:
the reporter show the suite write "focused specs",however should be "Accordion Combined Test" described.
Sorry, something went wrong.
@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?
No branches or pull requests
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"
}));
});
}
The text was updated successfully, but these errors were encountered: