-
Notifications
You must be signed in to change notification settings - Fork 12
Adding new form factor and improving PR comments #32
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
Adding new form factor and improving PR comments #32
Conversation
|
Hey @adamhenson .Awsome project, just some minor contributions based on experience on my end. Would love to have your suggestions on it. |
|
Thanks for opening this @Mirzamohammad22. I think this could be a beneficial feature. I left a few comments. I'll work on issue #33 so we can test it. |
|
@adamhenson Would love to have these improvements in your lighthouse check action. |
|
Thanks for making these changes @Mirzamohammad22 - I just added a couple last ones. I think we should remove |
|
Yep, once we get this merged, I'll publish a new version and bump the GitHub Action to consume it. |
|
| auditResults.push(lighthouseAuditResult); | ||
| index++; | ||
| if (options.emulatedFormFactor !== 'both') { | ||
| if (verbose) { |
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.
Sorry if I wasn't clear @Mirzamohammad22. My point is that we don't need to have this block repeated now. We can leave it where it was.
EDITED: My mistake, I see why we need it, because options is changed.
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.
No issues , let me know if the If case is fine or should i revert to lighthouseCaller
|
@Mirzamohammad22 thanks again for your work on this. I'm merging this into another branch I created, so I can make some minor changes. I'll let you know when I've merged and published it (should be EOD). |
Awesome.Thanks for the approval , looking forward to having this feature in GitHub actions! |
|
@Mirzamohammad22 this has been released added to the GitHub Action in v2.0.1 🎈 - thanks again! |
|
Note - I updated |
Thank you! |
On using the package i noticed some features could be slightly improved.
Issues:
This Pr is meant to add these improvements: