Implement comprehensive test suite with matrix-driven configuration validation#4
Open
eugenegraves wants to merge 34 commits intomainfrom
Open
Implement comprehensive test suite with matrix-driven configuration validation#4eugenegraves wants to merge 34 commits intomainfrom
eugenegraves wants to merge 34 commits intomainfrom
Conversation
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
src/typesdirectory exists before writing.CLI Fixes Driven by Testing
src/templates/configurations/tsconfig.example.json,src/templates/configurations/eslint.config.mjs, andsrc/templates/configurations/.prettierignoreto resolve TypeScript compile errors and lint failures during scaffolded project validation.cleanupProjectDirectoryand wired it into every runner to remove stale scaffold directories before each test, preventing “directory already exists” aborts.node_modulessnapshots, stabilizing install steps and cutting runtime.getFrontendDirectoryConfigurationsprompts for custom layouts instead of silently applying defaults, while non-custom flows retain automatic values for CI/--skip.src/types/automatically for Vue projects before emittingvue-shim.d.ts, eliminating intermittent ENOENT failures in validators.Test Coverage & Results (Most Recent Full Runs)
test:functional,test:server,test:build,test:deps)uid) still pending fix.users/count_historycollections; captured for follow-up.absoluteAuthacross frameworks/DBs)Totals reflect supported combinations after matrix filtering; Docker-dependent failures and template gaps remain documented but no longer bring down the suite.
Testing Commands
bun run test:functionalbun run test:serverbun run test:buildbun run test:depsbun run test:reactbun run test:react:allbun run test:vuebun run test:vue:allbun run test:sveltebun run test:svelte:allbun run test:htmlbun run test:html:allbun run test:htmxbun run test:htmx:allbun run test:sqlitebun run test:sqlite:allbun run test:postgresqlbun run test:postgresql:allbun run test:mysqlbun run test:mysql:allbun run test:mongodbbun run test:mongodb:allbun run test:cloudbun run test:cloud:allbun run test:authbun run test:auth:allSummary by CodeRabbit
Release Notes
New Features
Bug Fixes
Chores
✏️ Tip: You can customize this high-level summary in your review settings.