Run automated conformance suite in CI - #2048
Open
russlan23 wants to merge 2 commits into
Open
Conversation
|
|
✅ Deploy Preview for fdc3 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
russlan23
marked this pull request as ready for review
August 4, 2026 18:05
Author
|
/easycla |
…rmance-ci # Conflicts: # CHANGELOG.md
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.
Describe your change
Adds a Playwright contribution check for the FDC3 conformance framework. The check starts the conformance app and the FDC3 for Web reference Desktop Agent, launches the runner inside the Desktop Agent, selects the complete non-manual pack, and fails with the underlying conformance failure messages when any test fails.
The browser runner now exposes machine-readable status and totals after the Mocha run. While exercising the pack, the check also exposed three setup and cleanup problems in the recently added destructured-method tests; this change supplies the required
getAppMetadataargument, waits for freshly opened mock apps to initialize, awaits the close broadcast, and uses the existing mock-processing timeout.Manual intent-resolver and channel-selector tests remain outside this automated check.
Validation performed:
fdc3.destructuredMethodspack: 8 passed, 0 failednpm run testnpm run lint(passes with existing workbench warnings)npm run build --workspace fdc3-conformancenpm run test:ci --workspace fdc3-conformance -- --listRelated Issue
Resolves #2045.
Contributor License Agreement
Review Checklist
CHANGELOG.mdentry is included.