-
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
feat(component-testing): Component testing runner splash screen #15091
Conversation
Thanks for taking the time to open a PR!
|
packages/runner-ct/cypress/component/SpecList/SpecList.spec.tsx
Outdated
Show resolved
Hide resolved
className={cs('reporter-pane', { 'is-reporter-resizing': isResizing })} | ||
> | ||
<div> | ||
{state.spec && ( | ||
<div style={{ height: '100%' }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A utility class like full-height
will be perfect here, but I don't like global styles :) so instead of making another specs-list-runner-container
inlining the style makes it more clear what we need right here
Test summaryRun details
View run in Cypress Dashboard ➡️ Flakiness
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Here what the user will see once component testing is open:
![image](https://user-images.githubusercontent.com/16926049/107950443-60d53200-6f9f-11eb-95b3-bd7b2c80ecc4.png)
This PR also includes a lot of small UI bugfixes that I found, you can review them one-by-one by following the commits: