-
Notifications
You must be signed in to change notification settings - Fork 27
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(screenshots): add the stringIds parameter support #271
feat(screenshots): add the stringIds parameter support #271
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #271 +/- ##
===========================================
+ Coverage 50.38% 63.38% +13.00%
===========================================
Files 277 399 +122
Lines 3688 6084 +2396
Branches 0 501 +501
===========================================
+ Hits 1858 3856 +1998
- Misses 1830 2189 +359
- Partials 0 39 +39 ☔ View full report in Codecov by Sentry. |
Hello, creating a PR in relation to #256 (comment) I haven't found any tests related to InternalExtensions, except one checking orderBy string generation. If it's a mandatory, I'd be really grateful for any help and tips how i could add them. |
Hello @EvilKot, thanks a lot for the contribution! It would be nice to add tests for the The testing approach requires some boilerplate code like resources (e.g. Projects.resx, Projects.Designer.cs). I'm not quite sure how this code is generated. |
Thank you, @andrii-bodnar! For For
One more thing - i'm a bit struggling with indentation settings used in this repo. 🥹 |
@EvilKot thank you!
It definitely makes a lot of sense to move those resources and utilities to
I think it would be better to undo this change and avoid trailing spaces. |
@andrii-bodnar, i'm afraid this PR will become super inflated if i move things into /TestUtils, since it will impact almost every file in tests project 😅 indentation updated 👍 |
@EvilKot sure, it's definitely out of the scope of the current PR |
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.
Looks good to me, thanks @EvilKot!
Yay, thank you for walking me through! |
Closes #256