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

chore(karma): re-enable firefox #3210

Merged
merged 5 commits into from
Jan 27, 2022
Merged

chore(karma): re-enable firefox #3210

merged 5 commits into from
Jan 27, 2022

Conversation

rwaskiewicz
Copy link
Member

@rwaskiewicz rwaskiewicz commented Jan 20, 2022

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Build (npm run build) was run locally and any changes were pushed
  • Unit tests (npm test) were run locally and passed
  • E2E Tests (npm run test.karma.prod) were run locally and passed
  • Prettier (npm run prettier) was run locally and passed

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Firefox is not targeted by our Karma tests
GitHub Issue Number: N/A

What is the new behavior?

Re-add Firefox to the list of target browsers for wider test coverage across browsers. For now, we target Windows 10 only (like the other browsers). The goal of this PR is to get programmatic testing under Firefox in place

Does this introduce a breaking change?

  • Yes
  • No

Testing

CI invoked several times to check for flakiness. Unfortunately this is really only going to reveal itself with time if there are flaky tests in Firefox.

Tailed the logs to verify that Firefox tests are actually running

Other information

@rwaskiewicz rwaskiewicz marked this pull request as ready for review January 26, 2022 19:29
@rwaskiewicz rwaskiewicz requested a review from a team January 26, 2022 19:29
@rwaskiewicz rwaskiewicz merged commit c24e792 into main Jan 27, 2022
@rwaskiewicz rwaskiewicz deleted the browserstack/firefox branch January 27, 2022 14:41
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