-
Notifications
You must be signed in to change notification settings - Fork 310
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
Allow easy use of GitHub Action's CHROMEWEBDRIVER environment variable #1159
Comments
It looks like the environment variable
As an alternative, you could also just execute |
That's a good idea; Intern could check for the existence of a webdriver in the path before deciding to download one, or we could use a dedicated version string like "local" to tell Intern to assume a driver is in the path. |
Pins Intern chromedriver to the one available in actions Refs theintern/intern#1159 Co-authored-by: Kristján Oddsson <[email protected]>
Pins Intern chromedriver to the one available in actions Refs theintern/intern#1159 Co-authored-by: Kristján Oddsson <[email protected]>
Pins Intern chromedriver to the one available in actions Refs theintern/intern#1159 Co-authored-by: Kristján Oddsson <[email protected]>
Pins Intern chromedriver to the one available in actions Refs theintern/intern#1159 Co-authored-by: Kristján Oddsson <[email protected]>
Pins Intern chromedriver to the one available in actions Refs theintern/intern#1159 Co-authored-by: Kristján Oddsson <[email protected]>
Pins Intern chromedriver to the one available in actions Refs theintern/intern#1159 Co-authored-by: Kristján Oddsson <[email protected]>
* upgrade all dependencies * cast unknown error as Error * add skipLibCheck to tsconfig We only have devDeps so no need to check them * upgrade typescript to latest * set intern CHROMEDRIVER version Pins Intern chromedriver to the one available in actions Refs theintern/intern#1159 Co-authored-by: Kristján Oddsson <[email protected]> Co-authored-by: Kristján Oddsson <[email protected]>
GitHub Actions virtual environments (linux and windows) expose a
CHROMEWEBDRIVER
environment variable that points to the local chromedriver.exe. Intern should be able to use this information to allow use of the existing webdriver vs downloading a new one.This could be accomplished in a couple of ways:
The text was updated successfully, but these errors were encountered: