-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Ability to add tag to run to display in 'Runs' list in Dashboard UI #2561
Comments
Hey @ArieLevs check out our new Grouping feature. We've found it helpful in our own tests to specify env the tests ran within, so Let me know if this helps with what you're looking for. |
Hi @jennifer-shehane, thanks for the update, I cat see string this way it still forces me to enter the specific test and scroll down to specs, is there any change to bring the environment up front similar to message, run time, etc? |
We haven't had this feature request before, so there hasn't been any previous discussion on this. The list of runs would need to display any/all groups within each run. |
This comment has been minimized.
This comment has been minimized.
Hi @jennifer-shehane, this feature will be valuable for us as we normally run cypress tests in multiple environments (development CI, alpha, and production) and need to easily distinguish this from the birds-eye view instead of the actual test run. |
Even just simple tagging/labeling of tests runs, that can be passed in to the CLI and displayed in the Dashboard UI, would be great. |
i concur with adding tagging of test runs in the birds eye view (/runs). displaying the value here from the --group flag would be awesome. the Message displays there but in our case it isnt very helpful b/c the Message seems to be the comments from whatever the last commit was to that branch (we are running through azure) |
I think as step 1 that might be enough is to display the group name(s) in the run list. Right now we do not show Only by opening the run details and collapsing the individual specs one can see the group names Proposal:If the run has 1 group, show the group name in the list of runs. If there are multiple groups, concatenate and show their name, but put a text limit. Something like this (I have replaced time ago column with group name column) This could be done quickly, since we already have this data in the database, plus the Test Runner has the |
Our plan moving forward is to support 'tags' that can be passed into We would then display those tags in the 'Runs' UI of the Dashboard, allowing filtering by tag. Some examples of how we think this may be used - also examples with All of these would have the
Adds both tags 'staging, prod'
Allows spaces within tag
New Runs list design Test Runner tasks:
Dashboard tasks:
Docs tasks:
|
As for where to document this, perhaps alongside the docs on the |
The code for this is done in cypress-io/cypress#5164, but has yet to be released. |
Released in |
Current behavior:
Dashboard UI does not show environment
Desired behavior:
Hi,
Is there an option to add environment to the dashboard UI?
So for example if we run sanity tests (or any e2e) for the same project on different environments we have no way to know where did the test ran.
for example screen shot above, test num 100 can run on production, text 101 can run on qa etc...
It would be great to see the env straight on dashboard without entering the test and figuring out where it ran.
Versions
cypress: v3.1.0
os: CentOS 7.3.1611
browser: Electron 59.0.3071.115
The text was updated successfully, but these errors were encountered: