Move from Electron to Chrome Headless #369
andymsuk
started this conversation in
Feature Requests
Replies: 3 comments
|
Andy, assigning this to you temporarily, for investigation into what this change would actually involve in terms of work. |
0 replies
|
Have not written/changed any code yet, but from looking at the code and from remembering chats with @joshski, it should just be a case of working |
0 replies
|
So far investigating options, we seem to have a choice between puppeteer, chrome remote launcher and chrome launcher. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
Electron is currently used as the browser environment for running the standard tests. Electron has several quirks and currently is the cause of us having to maintain a Docker image for running bbc-a11y on certain environments.
I propose moving away from Electron and using Chrome Headless instead.
All reactions