II.
LibraryProcess overview
Reference · livelib-process:desktop-development--desktop-unit-testing
specializations/desktop-development/desktop-unit-testing overview
Desktop Unit Testing Setup - Configure unit testing for desktop applications using appropriate frameworks (Jest, Mocha, xUnit); set up mocking for native APIs and IPC communication.
Attributes
displayName
specializations/desktop-development/desktop-unit-testing
description
Desktop Unit Testing Setup - Configure unit testing for desktop applications using appropriate
frameworks (Jest, Mocha, xUnit); set up mocking for native APIs and IPC communication.
libraryPath
library/specializations/desktop-development/desktop-unit-testing.js
specialization
desktop-development
references
- - Jest: https://jestjs.io/docs/getting-started
- - Electron testing: https://www.electronjs.org/docs/latest/tutorial/testing-overview
example
const result = await orchestrate('specializations/desktop-development/desktop-unit-testing', {
projectName: 'MyDesktopApp',
framework: 'Electron',
testingFramework: 'Jest',
coverageTarget: 80
});
usesAgents
- test-analyst
- jest-electron-setup
- electron-mock-generator
- ipc-mock-factory
- coverage-developer
- helper-developer
- sample-test-developer
- test-validator
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.