-
Notifications
You must be signed in to change notification settings - Fork 0
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
ci: add browserstack and additional browsers #61
ci: add browserstack and additional browsers #61
Conversation
jholt1
commented
Nov 10, 2021
•
edited
Loading
edited
- Add greater browser and device test coverage
// only one or the other can be installed at once (see our "postinstall" NPM | ||
// script). See | ||
// https://modern-web.dev/docs/test-runner/browser-launchers/puppeteer/. | ||
puppeteerLauncher({ launchOptions: { product: 'firefox' } }), |
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.
Use environment variable for product defined in test.yml
.
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.
The variable in the GitHub Action is to enforce puppeteer to download the Firefox binary on npm install
for ubuntu. If we use the variable here, then everyone who wants to run the tests would need to add the environment variable