You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if we could somehow control the output of the groups - in my case, when we run like thousands of tests going through the logs is pretty messy - maybe we should use https://developer.mozilla.org/en-US/docs/Web/API/Console/groupCollapsed instead when creating groups so they are somehow easier to go through?
The text was updated successfully, but these errors were encountered:
I would prefer them to be open by default to be closer to the behavior that we see when not using this plugin. But maybe we can find a way to configure the plugin to make that the default for those users that would prefer it.
I think if you are installing this addon you are already in a position where you probably want the default to be collapsed 😅. Could set it up as an option passed in ember-cli-build
I was wondering if we could somehow control the output of the groups - in my case, when we run like thousands of tests going through the logs is pretty messy - maybe we should use https://developer.mozilla.org/en-US/docs/Web/API/Console/groupCollapsed instead when creating groups so they are somehow easier to go through?
The text was updated successfully, but these errors were encountered: