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

Test results tree is flat #6

Closed
vojtajina opened this issue Jul 22, 2013 · 2 comments
Closed

Test results tree is flat #6

vojtajina opened this issue Jul 22, 2013 · 2 comments

Comments

@vojtajina
Copy link
Contributor

Forked from #3

Here's the screenshot:
screen shot 2013-07-16 at 9 41 30 pm

Executing the cmd in CLI, the output is here.

The project I was testing is https://github.com/angular/angular.dart (there might be some failing tests now, so feel free to disable them).

@segrey
Copy link
Contributor

segrey commented Jul 22, 2013

Reproduced.

The cause is that Reporter.onSpecComplete get called with result.description containing a joined suite and spec names (result.suite is an empty array). So karma-intellij handles it as a top level spec (without suite).

@vojtajina
Copy link
Contributor Author

Oh, well than it's a bug in karma-dart. I created an issue there.

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