Skip to content
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

Merged
merged 13 commits into from
Nov 18, 2021

Conversation

jholt1
Copy link
Contributor

@jholt1 jholt1 commented Nov 10, 2021

  • Add greater browser and device test coverage

@jholt1 jholt1 changed the title Feature/additional-test-runner-browsers [ci] add browserstack and additional browsers Nov 18, 2021
// 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' } }),
Copy link
Contributor

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.

Copy link
Contributor Author

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

@jholt1 jholt1 changed the title [ci] add browserstack and additional browsers ci: add browserstack and additional browsers Nov 18, 2021
@jholt1 jholt1 merged commit a22cb42 into feature/inital-setup Nov 18, 2021
@jholt1 jholt1 deleted the feature/additional-test-runner-browsers branch November 18, 2021 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants