Skip to content
New issue

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

suites calling "focused specs".. #43

Open
fancyhejianyang opened this issue Oct 25, 2016 · 3 comments
Open

suites calling "focused specs".. #43

fancyhejianyang opened this issue Oct 25, 2016 · 3 comments

Comments

@fancyhejianyang
Copy link

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
Copy link
Author

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

@brassier
Copy link

brassier commented Jan 3, 2018

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

@RenusriRajalingam
Copy link

RenusriRajalingam commented Jul 30, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants