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

Modernize jest-junit CI and local dev setup #273

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Modernize jest-junit CI and local dev setup #273

wants to merge 5 commits into from

Conversation

palmerj3
Copy link
Collaborator

@palmerj3 palmerj3 commented Dec 9, 2024

Removes libxmljs and replaces with libxml2-wasm.

Also upgrades jest to 30.0.0-alpha.3 to make use of async setupFilesAfterEnv.

@palmerj3 palmerj3 self-assigned this Dec 9, 2024
@palmerj3
Copy link
Collaborator Author

palmerj3 commented Dec 9, 2024

@SimenB can you take a look and approve & merge if you agree?

I found a new xml parser & validator that will validate all unit tests against the junit xsd. Same behavior we've had the entire project.

I needed to force unit tests to run under Jest 30 and utilize node experimental-vm-modules.
As such, I removed integration tests for testResultsProcessor since that's no longer a thing in Jest 30.

This change will fix CI for all current and future PRs.

@palmerj3 palmerj3 requested a review from SimenB December 9, 2024 03:51
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