Conversation
…frontend This commit introduces several new CI workflows and test suites to verify core functionality across different deployment targets. - Added `.github/workflows/docker-smoke-test.yml` to ensure the Docker image builds correctly, starts up on the default port, and responds healthy to the built-in healthcheck script, as well as verifying the container works when mounting a custom port configuration. - Added `.github/workflows/electron-smoke-test.yml` to verify the Electron application builds, packages (`electron-builder`), and launches without crashing using Playwright headless mode on Linux. - Added `src/__tests__/web-smoke.test.ts` to assert that the Web dashboard static assets are successfully built by Vite with light/dark themes, and that the bundled backend server correctly serves the web dashboard index file. - Added Playwright dependencies to `packages/electron` devDependencies to support the headless smoke test. Co-authored-by: icebear0828 <63769498+icebear0828@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Adds three sets of smoke tests to ensure different build pipelines continue working seamlessly:
PR created automatically by Jules for task 14776736679492012086 started by @icebear0828