-
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
ACI - Run page and Debug page empty state updates #26181
Comments
@warrensplayer is there a different between this and #26184 ? |
@lmiller1990 This issue was intended to just be the static text on the page with the CTA. #26184 was for adding the tour/slideshow at the bottom similar to the Debug page. The design for both of these is not complete, so moving out of this sprint for now. |
Hey team! Please add your planning poker estimate with Zenhub @astone123 @jordanpowell88 @lmiller1990 @marktnoonan @mike-plummer |
The animation links are not working for me, eg this one. It's just black. Either way, I can still estimate. My estimate is based on this looking like a bunch of fairly static yet carefully designed components with some basic animations and a bunch of different conditionals. Low complexity, just need an eye for detail. |
I am closing this to reflect the work was done and completed in the sprint ending May 9th. Additional work to review/merge is in https://github.com/cypress-io/cypress-internal/issues/601 |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Update the empty states for both the Runs page and Debug page to use the new promotional slideshow design
Summary
For both pages, the new designs will affect the following states:
New components
Add a new components to be shared between the Runs and Debug pages that follows the core concepts here: https://www.figma.com/file/AE8KK3Hx2ZCDLlK3FkOd4k/Design-Patterns%2C-v1.x---%40latest?node-id=641-34870&t=qyIiAUnBzPBxzvgY-0
Card with header
Promo
x of n
with a next buttonRuns Page
Update component to use the new components above
Figma
<RunsConnect />
Title:
Connect to view your recorded runs
Subtitle:
Cypress Cloud is built for teams who need to do testing at scale.
CTA: Should be the
<CloudConnectButton />
Promo steps
1 of 3
with next button2 of 3
with next buttonCopy can also be seen in this document: https://docs.google.com/document/d/10gh-EQWfE6Hk9Y4Dqj9QY3mUnEmNz4_cndHuTVPGBKY/edit#heading=h.sf5sy5wn0ivo
Animation Figma Flow
<RunsEmpty />
When in the state that shows the
<RunsEmpty />
component, this step will be shown first. Clicking the "View tour" button will go to Step 1 and clicking "Reset" at the end will go back to this step.Title:
Copy the command below to record your first run
Subtitle:
Record your first test run to Cypress Cloud
CTA: Use the
<RecordPromptAdaptor />
Added promo step
The following step should be added to the beginning of the promo steps in this state.
Figma
Record viewed events
Match the logic in the Debug page for the empty states to send campaign viewed events for the following empty states:
The medium should be
Runs Tab
Runs Login Empty State
Runs Connect Project Empty State
Runs Record Run Empty State
Debug page
Update component to use the new components above
Currently, the existing carousel (i.e.
<Debug Slide />
component) is shown on every empty state page. The new designs call for it to only be on the<DebugNotLoggedIn />
page.<DebugNotLoggedIn />
Title:
Connect to debug your tests
Subtitle:
Cypress Cloud is built for teams who need to do testing at scale.
CTA: Should be the
<CloudConnectButton />
Promo steps
1 of 3
with next button2 of 3
with next buttonConvert Skeletons from images to HTML
Currently, the skeletons shown on the Debug page are static images. They will need to be converted to HTML so that they can be responsive in the new designs.
Animation
Figma
<DebugNoRuns />
NOTE This is the same step shown in the component. Duplicating here for the Debug page.
Title:
Copy the command below to record your first run
Subtitle:
Record your first test run to Cypress Cloud
CTA: Use the
<RecordPromptAdaptor />
Additional promo step
When in the state that shows the
<DebugNoRuns />
component, this step will be shown first. Clicking the "View tour" button will go to Step 1 and clicking "Reset" at the end will go back to this step.Resources
Clickup - https://app.clickup.com/t/18033298/PM-2889
Figma files
The text was updated successfully, but these errors were encountered: