Add comprehensive Jest integration test setup for monorepo system testing#32
Draft
Add comprehensive Jest integration test setup for monorepo system testing#32
Conversation
Co-authored-by: mikeseese <549323+mikeseese@users.noreply.github.com>
Co-authored-by: mikeseese <549323+mikeseese@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] I have several components in this monorepo where I would like to use Jest to do automated system tests.
I'm primarily interested in testing
Add comprehensive Jest integration test setup for monorepo system testing
Aug 22, 2025
src/app, src/core, and the docker-compose.dev.yaml (which tests src/seaweedfs). I'm fine running Docker...
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.
This PR implements a complete Jest-based integration testing framework for the Checkpoint monorepo, addressing the need for automated system tests across
src/app,src/core, anddocker-compose.dev.yamlcomponents.What's Implemented
Core Integration Test Suite
The main integration test validates the complete user workflow as requested:
Docker-Based SeaweedFS Testing
A dedicated test environment (
docker-compose.test.yaml) provides isolated SeaweedFS services for integration testing:The setup automatically handles service lifecycle with cleanup:
Database Isolation & Cleanup
Each test runs with a clean SQLite database that's automatically created and destroyed:
Test Coverage
Primary Integration Test (
tests/integration/workflow.test.ts)SeaweedFS Integration (
tests/integration/seaweedfs.test.ts)Core Client Validation (
tests/integration/core-client.test.ts)Developer Experience
Simple Test Commands
Comprehensive Documentation
tests/README.mdtest-demo.sh) for validationProduction-Ready Configuration
Architecture Benefits
Monorepo Integration
The test setup works seamlessly with the existing workspace structure, adding test capabilities to:
src/app(Next.js + TRPC + Prisma)src/core(client/server packages)src/seaweedfs(Docker integration)Automatic Resource Management
This implementation provides a robust foundation for system-level testing while maintaining the existing development workflow and adding comprehensive validation of the complete user → organization → repository → commit workflow.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
binaries.prisma.shnode scripts/postinstall.js(dns block)/usr/local/bin/node /home/REDACTED/work/Checkpoint/Checkpoint/src/app/node_modules/@prisma/client/node_modules/.bin/prisma -v(dns block)/usr/local/bin/node /home/REDACTED/work/Checkpoint/Checkpoint/src/app/node_modules/.bin/prisma generate(dns block)checkpoint.prisma.io/usr/local/bin/node /home/REDACTED/work/Checkpoint/Checkpoint/src/app/node_modules/prisma/build/child {"product":"prisma","version":"6.14.0","cli_install_type":"local","information":"","local_timestamp":"2025-08-22T07:25:20Z","project_hash":"2323a7e3","cli_path":"/home/REDACTED/work/Checkpoint/Checkpoint/src/app/node_modules/.bin/prisma","cli_path_hash":"ed64f2a9","endpoint":"REDACTED","disable":false,"arch":"x64","os":"linux","node_version":"v20.19.4","ci":true,"ci_name":"GitHub Actions","command":"generate","schema_providers":["sqlite"],"schema_preview_features":[],"schema_generators_providers":["prisma-client-js"],"cache_file":"/home/REDACTED/.cache/checkpoint-nodejs/prisma-ed64f2a9","cache_duration":43200000,"remind_duration":172800000,"force":false,"timeout":5000,"unref":true,"child_path":"/home/REDACTED/work/Checkpoint/Checkpoint/src/app/node_modules/prisma/build/child","client_event_id":"","previous_client_event_id":"","check_if_update_available":true}(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.