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

Is there a way to present specific console log inside the reporter instead of "passed / undefined" messages? #61

Open
idaneliz opened this issue Jun 8, 2015 · 1 comment

Comments

@idaneliz
Copy link

idaneliz commented Jun 8, 2015

Hi,
I've some test case that listening to my email inbox and when it received the email is printing a console log.
can I present this console log in my HTML report as well?
Is there any alternative to config that?

e.g:
it('LiveSite - Exisiting client share a document - Email has been sent to the business side', function() {
browser.driver.controlFlow().await(getLastEmail()).then(function (email) {
expect(email.subject).toContain("New document shared by");
console.log('Present the response in the HTML report');
});
});

@LindzK
Copy link

LindzK commented Jun 26, 2015

I've been pondering this too.
It would be nice if it worked a bit like the stack trace, in that it was a link that you could click to read the logs. Sometimes I have useful information in mine! :)

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

2 participants