II.
LibraryProcess overview
Reference · livelib-process:desktop-development--cross-platform-testing
specializations/desktop-development/cross-platform-testing overview
Cross-Platform Testing Process - Establish testing strategy across Windows, macOS, and Linux; set up CI matrix builds and platform-specific test suites.
Attributes
displayName
specializations/desktop-development/cross-platform-testing
description
Cross-Platform Testing Process - Establish testing strategy across Windows, macOS, and Linux;
set up CI matrix builds and platform-specific test suites.
libraryPath
library/specializations/desktop-development/cross-platform-testing.js
specialization
desktop-development
references
- - GitHub Actions matrix: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
- - Cross-platform testing: https://www.electronjs.org/docs/latest/tutorial/testing-overview
example
const result = await orchestrate('specializations/desktop-development/cross-platform-testing', {
projectName: 'MyDesktopApp',
framework: 'Electron',
targetPlatforms: ['windows', 'macos', 'linux'],
ciPlatform: 'GitHub Actions'
});
usesAgents
- platform-test-analyst
- ci-matrix-generator
- platform-test-developer
- github-actions-workflow-generator
- parallel-developer
- reporting-developer
- cross-platform-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.