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

console output shown in prev test #78

Open
alexey2baranov opened this issue Oct 3, 2016 · 2 comments
Open

console output shown in prev test #78

alexey2baranov opened this issue Oct 3, 2016 · 2 comments

Comments

@alexey2baranov
Copy link

When you have some console output inside test, this output written in previus test.
For example hire is two test files one SlovoAsListItemView wich has no console output and next SidePanelView has 2 console output. And hire is reporter.

SlovoAsListItemView
✔ should $mount view
LOG: 'Zemla {5, "Россия"} subscribed to "api:model.Zemla.id5."'
LOG: 'Zemla {1, "Земля"} subscribed to "api:model.Zemla.id1."'
SidePanelView
✔ should $mount view SidePanelView
✔ should $mount view

As you can see it is incorrect

@4kochi
Copy link
Collaborator

4kochi commented Oct 3, 2016

I am not sure if this is a problem of the reporter. Can you please try the build in reporters of karma and check if the behavior is the same. Thanks

@alexey2baranov
Copy link
Author

I think i can't. Because karma's default reporters (dots and progress) do not show testsute's name and test's name. So i can not determine do they works correct or no

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