Skip to content

Ability to add tag to run to display in 'Runs' list in Dashboard UI #2561

Closed
@ArieLevs

Description

@ArieLevs

Current behavior:

Dashboard UI does not show environment

screen shot 2018-10-04 at 9 15 42

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

Activity

jennifer-shehane

jennifer-shehane commented on Oct 4, 2018

@jennifer-shehane
Member

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 --group staging and --group dev, etc. This will have all the tests displayed in the same run with labels associating each group.

Let me know if this helps with what you're looking for.

ArieLevs

ArieLevs commented on Oct 7, 2018

@ArieLevs
Author

Hi @jennifer-shehane, thanks for the update,
I've ran cypress as cypress run --group arieTest --record --key **** (hard coded --group arieTest so all of our CI tests will use this parameter).

I cat see string arieTest only inside a specific test run view (under Specs) just as shown in the image below Grouping-to-label-parallelization

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?

jennifer-shehane

jennifer-shehane commented on Oct 9, 2018

@jennifer-shehane
Member

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.

LiranBri

LiranBri commented on Oct 16, 2018

@LiranBri
lirantal

lirantal commented on Oct 16, 2018

@lirantal

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.

modified the milestones: Sprint 7, Sprint 8 on Oct 22, 2018
avnersorek

avnersorek commented on Dec 24, 2018

@avnersorek

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.

16 remaining items

cypress-bot

cypress-bot commented on Dec 5, 2019

@cypress-bot
Contributor

The code for this is done in cypress-io/cypress#5164, but has yet to be released.
We'll update this issue and reference the changelog when it's released.

cypress-bot

cypress-bot commented on Dec 12, 2019

@cypress-bot
Contributor

Released in 3.8.0.

locked as resolved and limited conversation to collaborators on Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Cypress CloudFeature request or issue in Cypress Cloud, not Apppkg/desktop-guiThis is due to an issue in the packages/desktop-gui directorytype: featureNew feature that does not currently exist

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @trydionel@lirantal@jennifer-shehane@bahmutov@avnersorek

    Issue actions

      Ability to add tag to run to display in 'Runs' list in Dashboard UI · Issue #2561 · cypress-io/cypress