Conversation
…s, and environment files
Merged
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.
🧪 Comprehensive Testing Infrastructure & Bug Fixes
This PR introduces a complete testing framework for pp-dev along with critical bug fixes and CI/CD improvements.
🔧 Bug Fixes
head-prependfor earlier page lifecycle loading (a248f91)auth/info.js,main.js, andmain.cssfrom body to head-prepend🧪 Testing Infrastructure
Unit & Integration Tests (Vitest)
html,css,templateFunction)pp-redirectmiddlewareproxy-cachemiddlewarerewrite-responsemiddlewareE2E Tests (Playwright)
Test Scripts
npm run test:unit- Run unit testsnpm run test:integration- Run integration testsnpm run test:e2e- Run E2E testsnpm run test:all- Run all testsnpm run test:unit:coverage- Run with coverage🐳 Docker Testing Environment
Dockerfileand.dockerignorefor containerized test executionrun-tests.shscript for running dev servers in Docker⚙️ CI/CD Improvements
developbranch in CI workflow (7a3bb34)@semantic-release/npmplugin withnpmPublish: false(ac02ca4)🧹 Maintenance
vitest,@vitest/coverage-v8,@playwright/test,yargs📊 Changes Summary
📝 Commits (8)
a248f91ac02ca46765bc66ec40afe5f21a7b2b036c9ef69287a3bb34✅ Checklist