run e2e tests across supported os and node versions#6981
Open
craigmichaelmartin wants to merge 1 commit intomainfrom
Open
run e2e tests across supported os and node versions#6981craigmichaelmartin wants to merge 1 commit intomainfrom
craigmichaelmartin wants to merge 1 commit intomainfrom
Conversation
Contributor
Coverage report
Test suite run success3798 tests passing in 1460 suites. Report generated by 🧪jest coverage report action from 7d4e3a6 |
isaacroldan
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

WHY are these changes introduced?
The E2E tests were only running on Ubuntu with a single Node.js version, which doesn't provide adequate coverage for cross-platform compatibility and Node.js version support.
WHAT is this pull request doing?
Expands E2E test coverage by introducing a matrix strategy that runs tests across multiple operating systems (Ubuntu, Windows, macOS) and Node.js versions (20.14.0, 22.2.0, 24.1.0). The job name now includes the OS and Node version for better identification, and artifact names are made unique per matrix combination to prevent conflicts.
How to test your changes?
Create a pull request and observe that the E2E tests now run across all matrix combinations in the GitHub Actions workflow.
Measuring impact
How do we know this change was effective? Please choose one:
Checklist