-
Notifications
You must be signed in to change notification settings - Fork 184
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(e2e): add ability to add value with label to screenshot #8147
feat(e2e): add ability to add value with label to screenshot #8147
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
size-limit report 📦
|
e2e tests |
👀 Docs deployed
Commit e7ea2b9 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8147 +/- ##
==========================================
- Coverage 95.50% 95.49% -0.01%
==========================================
Files 401 403 +2
Lines 11435 11456 +21
Branches 3774 3781 +7
==========================================
+ Hits 10921 10940 +19
- Misses 514 516 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
круть!
Из предложений, может вместо propery=undefind
показывать property?
как в TS? или пустым вот так propery=
packages/vkui/src/components/UsersStack/UsersStack.e2e-playground.tsx
Outdated
Show resolved
Hide resolved
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.
🔥🔥🔥 👍 👍 👍
Изменения
withLabel
, которая позволяет на скриншоте вместо значения указывать кастомныйlabel
. Это может понадобится, когда вvalue
находится очень длинный текст и на мобильном экране он занимает много места. В то же время знать полностью все значение нам в большинстве случаев не надо. Поэтому можно добавить кастомный короткийlabel
.withLabel
Размер скриншотов
до изменений: 112,21 MB
после изменений: 104,93 MB
Release notes