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

project name in MP Runner #4065

Closed
aaronabramov opened this issue Jul 18, 2017 · 5 comments · Fixed by #4327
Closed

project name in MP Runner #4065

aaronabramov opened this issue Jul 18, 2017 · 5 comments · Fixed by #4327

Comments

@aaronabramov
Copy link
Contributor

when we run the same test for multiple projects we show identical output for this test.
should we add a project name/label to the reporter output?

i remember we talked about it already, i see it to be something like this:

www-config.js
module.exports = {
  name: 'WWW',
  // ...
}

screen shot 2017-07-18 at 10 43 12 am

@sebmarkbage
Copy link

Filtering on these names in the CLI or watch mode would be neat too.

@cpojer
Copy link
Member

cpojer commented Jul 18, 2017

Yes we should have this! :) I'd probably recommend displayName because if no name is set, we currently define a long cache key based on the config JSON. We can of course also use name, but then we need to change the caching mechanics.

@rogeliog
Copy link
Contributor

rogeliog commented Aug 8, 2017

Filtering by project name would be awesome... A similar typeahead than the other two but something that only shows when running in MP.

Unrelated idea

I sometimes feel that if more of this filters get added it might be a good idea to nest them in their own high level option

> Press F to set filters

This opens takes you into the filters menu, or something like that... or even expands the filter menu inline(but nested)

And then in the "filters menu"

> Press T ...
> Press P ...
> Press D (display name) ...

I know that this adds an extra click for filters 😞

@rogeliog rogeliog mentioned this issue Aug 22, 2017
1 task
@cpojer
Copy link
Member

cpojer commented Aug 24, 2017

Yep!

@cpojer cpojer closed this as completed Aug 24, 2017
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants