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
We are using Cypress for our monitoring tests. These tests run across our Production environment and two Test environments, and all upload their results to a single Cypress monitoring project.
When viewing that project in the Cypress dashboard, the 'Runs' screen provides no way of seeing at a glance which environment those tests ran against. For now, we have set a group and CI Build ID to expose this information when you click through to view an individual run. However, this does mean you can only see this for a single run at a time.
Desired behavior:
A way of displaying a custom category/label for a test run in the top-level 'Runs' screen of the Cypress dashboard.
We had wondered about repurposing the 'CI' property (as this currently comes through as 'Unknown', and would have served as the ideal column for displaying what we want in the dashboard view). However, from what we can see this is inferred by Cypress from CI systems, and not something we can control.
Versions
Cypress version 3.3.1
The text was updated successfully, but these errors were encountered:
Current behavior:
We are using Cypress for our monitoring tests. These tests run across our Production environment and two Test environments, and all upload their results to a single Cypress monitoring project.
When viewing that project in the Cypress dashboard, the 'Runs' screen provides no way of seeing at a glance which environment those tests ran against. For now, we have set a group and CI Build ID to expose this information when you click through to view an individual run. However, this does mean you can only see this for a single run at a time.
Desired behavior:
A way of displaying a custom category/label for a test run in the top-level 'Runs' screen of the Cypress dashboard.
We had wondered about repurposing the 'CI' property (as this currently comes through as 'Unknown', and would have served as the ideal column for displaying what we want in the dashboard view). However, from what we can see this is inferred by Cypress from CI systems, and not something we can control.
Versions
Cypress version 3.3.1
The text was updated successfully, but these errors were encountered: