mirror of
https://github.com/AvdLee/Swift-Testing-Agent-Skill.git
synced 2026-09-14 19:40:41 +08:00
31 lines
737 B
JSON
31 lines
737 B
JSON
{
|
|
"name": "swift-testing-expert",
|
|
"version": "1.2.0",
|
|
"description": "Expert Swift Testing guidance for test structure, #expect/#require usage, traits and tags, parameterized tests, async waiting patterns, parallel execution, and XCTest migration.",
|
|
"author": {
|
|
"name": "Antoine van der Lee",
|
|
"email": "contact@avanderlee.com"
|
|
},
|
|
"repository": "https://github.com/AvdLee/Swift-Testing-Agent-Skill",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"swift",
|
|
"swift-testing",
|
|
"testing",
|
|
"xctest",
|
|
"unit-testing",
|
|
"parameterized-tests",
|
|
"traits",
|
|
"tags",
|
|
"parallel-testing",
|
|
"async-await",
|
|
"xcode",
|
|
"ios",
|
|
"macos",
|
|
"apple"
|
|
],
|
|
"skills": [
|
|
"./swift-testing-expert"
|
|
]
|
|
}
|