W-22975399: Add hybrid template support to test_template.sh#538
Merged
wmathurin merged 1 commit intoJun 16, 2026
Merged
Conversation
- Add test_hybrid function using Cordova CLI directly (no forcehybrid dependency) with comment pointing to createHelper.js in Package repo - Add --plugin-repo-uri flag (default: forcedotcom CordovaPlugin dev branch) - Remove hybrid skip guard; add hybrid dispatch in test_template - Add tmp/ to .gitignore (generated apps land there) - Install Cordova CLI in GitHub Actions reusable workflows (ios + android)
bbirman
approved these changes
Jun 13, 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.
Summary
Extends `test_template.sh` to build hybrid templates (`HybridLocalTemplate`, `HybridRemoteTemplate`) using the Cordova CLI directly — without depending on `forcehybrid` or the Package repo.
Changes
`test_template.sh`
`.gitignore`: Add `tmp/` (generated apps land there during testing)
GitHub Actions: Add `npm install -g cordova@13` step to both reusable workflows
Test results (local)
GUS
W-22975399