Merged
Conversation
Playwright E2E: - playwright.config.ts: Chromium, auth state reuse, Vite dev server - e2e/auth.setup.ts: shared login flow - e2e/login.spec.ts: dashboard + sidebar navigation - e2e/agents.spec.ts: serial CRUD (create → edit → delete) - e2e/tasks.spec.ts: create task + verify status - e2e/marketplace.spec.ts: browse, search, tag filter, detail modal Task Runner unit tests (18 tests): - usageWriter.test.ts: detectBillingModel (9 tests) - pipelineExecutor.test.ts: buildStepPrompt (9 tests) CI pipeline: - Add task-runner-test job (tsc + vitest) - Add e2e job (manual trigger, Playwright + Chromium, artifact upload) - Exclude e2e/, playwright.config.ts from ESLint - Add Playwright artifacts to .gitignore
- Add task-runner to ESLint ignores (has its own CI job) - Add e2e/ and task-runner/ to vitest exclude (prevents vitest from loading Playwright specs and task-runner tests) - Regenerate package-lock.json
Prevents vitest from walking up to root vitest.config.ts which requires jsdom and frontend-only deps not available in task-runner CI.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The required status check is 'Build, Lint & Test', not the renamed 'Frontend — Build, Lint & Test'.
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.
Description
feat(ticket-6.1): E2E testing, unit tests, CI pipeline
Playwright E2E: - playwright.config.ts: Chromium, auth state reuse, Vite dev server - e2e/auth.setup.ts: shared login flow - e2e/login.spec.ts: dashboard + sidebar navigation - e2e/agents.spec.ts: serial CRUD (create → edit → delete) - e2e/tasks.spec.ts: create task + verify status - e2e/marketplace.spec.ts: browse, search, tag filter, detail modal Task Runner unit tests (18 tests): - usageWriter.test.ts: detectBillingModel (9 tests) - pipelineExecutor.test.ts: buildStepPrompt (9 tests) CI pipeline: - Add task-runner-test job (tsc + vitest) - Add e2e job (manual trigger, Playwright + Chromium, artifact upload) - Exclude e2e/, playwright.config.ts from ESLint - Add Playwright artifacts to .gitignore
Related Issue
None
Type of Change
How Has This Been Tested?
Internal
Screenshots (if applicable)
None
Checklist
npm run lintand there are no errorsnpm run testand all tests pass