Open gusennan opened 2 years ago
I definitely don’t currently have permissions to create branches in this repo.On Sep 28, 2022, at 1:33 PM, Doug Noël @.***> wrote: @dougnoel requested changes on this pull request.
This looks good, but I need to see the code coverage report. The easiest way to do this is to merge your code into a branch on here and then create a pull request from that branch. If you do not have permissions, let me know and I will give them to you.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
Adds support for the open source chromium browser.
We install chromium into the GitHub workflow using chocolately (viz. choco install chromium). By default chromedriver looks for chrome to be installed in a standard location, which chrome is, so we override the location for which to look for chome.exe, which is the chromium binary.
Add a basic sanity unit test that ensures the chromium browser can be launched and made fullscreen.