dougnoel / sentinel

A Selenium/Appium framework that enables users to focus on automating web and windows tests, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
Apache License 2.0
11 stars 13 forks source link

Add support for the chromium browser. #416

Open gusennan opened 2 years ago

gusennan commented 2 years ago

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.

gusennan commented 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: @.***>