-
Notifications
You must be signed in to change notification settings - Fork 10
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
hide the first two levels in Karma test tree #3
Comments
I would hide even the |
It isn't obvious for me, because even if there is only one run configuration, there could be several *.conf.js Karma config files. Moreover, it could be convenient to navigate to Karma config to edit/view it. Okay, let's pretend that
? |
If I was using multiple karma.conf.js files (which is possible), I would With browsers, I'm not sure. Definitely good to keep browsers if there's Also, shouldn't the tests be nested - a tree structured ? (it's flat now, On Tue, Jul 16, 2013 at 12:12 PM, Sergey Simonchik <[email protected]
|
About flat results: it seems to be a bug. Could you please file a new issue and attach there an output of the following command:
Also if possible please attach the project, I'll try to reproduce the issue on my machine. |
About removing "karma.conf.js": your arguments make sense.
Such test trees are quite similar to the suggested test trees from the issue description. The only difference is that we'll have Maybe I'm missing something. Feel free to correct me. |
Clicking I think most of the cases, people only use one browser, so I would make "Chrome 28..." the root. If there are multiple browsers, wrap it into whatever you like. How difficult would it be to extend your "tree" component to allow multiple roots or at least hidding the single root ? |
Now Karma test tree looks like this:
Root node {{Test Results}} is useless and can be removed.
If there is only one browser captured, the test tree could look like this:
If there are more than one browsers captured, the test tree could look like this:
The text was updated successfully, but these errors were encountered: