cross-platform-test-matrix
SolidGenerate CI test matrix for Windows, macOS, and Linux combinations
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# cross-platform-test-matrix
Generate CI/CD test matrix configurations for testing desktop applications across Windows, macOS, and Linux.
## Capabilities
- Generate GitHub Actions matrix
- Configure Azure Pipelines matrix
- Set up platform-specific tests
- Handle architecture variants (x64, arm64)
- Configure parallel execution
- Set up artifact collection
## Input Schema
```json
{
"type": "object",
"properties": {
"projectPath": { "type": "string" },
"ciPlatform": { "enum": ["github-actions", "azure-devops", "gitlab-ci"] },
"platforms": { "type": "array" },
"architectures": { "type": "array" }
},
"required": ["projectPath"]
}
```
## GitHub Actions Matrix
```yaml
name: Test Matrix
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [x64]
include:
- os: macos-latest
arch: arm64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
architecture: ${{ matrix.arch }}
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Upload test results
uses: actions/upload-artifact@v4
if: always()
with:
name: test-results-${{ matrix.os }}-${{ matrix.arch }}
path: test-results/
``...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Testing & QA Solid
compatibility-test-matrix
Multi-version, multi-platform SDK compatibility testing
1,160 Updated today
a5c-ai DevOps & Infrastructure Solid
ci-cd-pipeline
GitHub Actions workflow patterns, matrix builds, caching strategies, deployment pipelines, artifact management, and rollback procedures.
496 Updated 1 months ago
vibeeval DevOps & Infrastructure Solid
cicd-pipelines
Multi-platform CI/CD pipeline expertise. Generate GitHub Actions, GitLab CI, Jenkins, and Azure Pipelines configurations. Analyze failures, optimize execution time, validate syntax, and configure matrix builds and caching strategies.
1,160 Updated today
a5c-ai DevOps & Infrastructure Solid
cicd-pipeline-generator
Generate CI/CD pipelines for SDK build and release
1,160 Updated today
a5c-ai Code & Development Featured
github-actions-templates
Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications.
39,350 Updated today
sickn33