-
Notifications
You must be signed in to change notification settings - Fork 55
Unit and template tests #40
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
07ab98d
Added drag and drop fonts
Arjun544 cd5fca7
feat: implement custom test reporter and establish comprehensive unit…
Arjun544 c47bb45
feat: implement tiered CI testing workflows for unit and e2e matrix v…
Arjun544 aa4d827
Update lockfile
Arjun544 06b62c7
refactor: revert to default vitest reporter and remove custom reporte…
Arjun544 2f3efeb
chore: implement CI testing pipeline with matrix-based unit tests, cu…
Arjun544 d6960cf
feat: implement handlebars templating engine and matrix-based integra…
Arjun544 a3d5ff8
feat: add Handlebars generator utility with custom helpers and config…
Arjun544 3dce5ba
feat: implement Flutter project scaffolding engine with template-base…
Arjun544 ab8be8a
feat: define application scaffolding schema and add unit tests for co…
Arjun544 3009ba9
feat: implement comprehensive matrix-based integration and unit testi…
Arjun544 c835c1b
feat: add bun-types and implement automated Dart project validation s…
Arjun544 634c213
chore: add bun-types dependency to lockfile
Arjun544 a8c5535
removed stats cache
Arjun544 4d1fafc
fixed tier 3 test issue
Arjun544 6774a45
Merge branch 'main' into unit-and-template-tests
Arjun544 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Align matrix chunk sizing with the same combo set used at execution time.
Line 67 computes
TOTALfromPRIMARY_COMBINATIONS, but Layer 2 executes and validates ranges againstALL_COMBINATIONS(tests/e2e/run-matrix.ts:38-44,tests/e2e/validate-combo.ts:34-42). This mismatch can silently skip tail combinations when lengths diverge, reducing Tier 3 coverage.Suggested patch
📝 Committable suggestion
🤖 Prompt for AI Agents