-
Notifications
You must be signed in to change notification settings - Fork 7
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: add HTML Renderer #193
Conversation
…ieve initial info
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.
This is a bit difficult to follow for me. Maybe we could schedule some pair-programming time for this?
…e expectedPackages
# Conflicts: # apps/package-manager/packages/generic/src/generateExpectations/nrk/expectations.ts # package.json # shared/packages/worker/package.json # shared/packages/worker/src/worker/workers/genericWorker/genericWorker.ts # yarn.lock
I think this needs some work on DX If the |
Good point! I've pushed a commit just now so that it'll use the code version when in development mode.
I've pushed a commit just now to default to png. 👍 |
About Me
This pull request is posted on behalf of the NRK.
Type of Contribution
This is a: Feature
New Behavior
This PR adds an Electron-based HTML Renderer.
The HTML renderer itselt is a standalone app, which is spun up by the worker to do its rendering.
The HTML-Renderer can render any web page, and take snapshot images and recordings of them.
Other Information
Note: this PM is dependent of the types added in Core.
Status