II.
LibraryProcess overview
Reference · livelib-process:desktop-development--incremental-feature-e2e-gate
specializations/desktop-development/incremental-feature-e2e-gate overview
Incremental Feature E2E Gate - Ensures E2E tests are updated when new routes, pages, or features are added to an existing desktop application. Prevents the gap where feature code passes unit/integration tests but E2E coverage is stale from a previous build run.
Attributes
displayName
specializations/desktop-development/incremental-feature-e2e-gate
description
Incremental Feature E2E Gate - Ensures E2E tests are updated when new routes, pages, or features
are added to an existing desktop application. Prevents the gap where feature code passes unit/integration tests
but E2E coverage is stale from a previous build run.
libraryPath
library/specializations/desktop-development/incremental-feature-e2e-gate.js
specialization
desktop-development
references
- - Playwright Electron: https://playwright.dev/docs/api/class-electron
- - Related issue: https://github.com/a5c-ai/babysitter/issues/59
example
const result = await orchestrate('specializations/desktop-development/incremental-feature-e2e-gate', {
projectName: 'CrudeOilTracker',
framework: 'Electron',
testFramework: 'Playwright',
newRoutes: ['/dubai-oman', '/murban', '/ulsd'],
newFeatures: ['multi-commodity-nav', 'commodity-detail-view'],
existingE2eDir: 'e2e'
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:desktop-development·Specialization
lib_implements_workflow2
- workflow:desktop-app-release·WorkflowDesktop App Release
- workflow:release-management·Workflow
lib_involves_role2
- role:desktop-developer·RoleDesktop Application Developer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area2
- skill-area:desktop-ui-frameworks·SkillAreaDesktop UI Frameworks
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
Incoming edges
None.