Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:05 +08:00
commit 51724191c4
8 changed files with 3507 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "angular-testing",
"description": "Comprehensive testing strategies with Jasmine, Jest, Cypress, and Playwright",
"version": "1.0.0",
"author": {
"name": "Ihsan - Full-Stack Developer & AI Strategist",
"url": "https://github.com/EhssanAtassi"
},
"skills": [
"./skills/testing-strategies/SKILL.md",
"./skills/mocking-patterns/SKILL.md"
],
"agents": [
"./agents/angular-tester.md"
],
"commands": [
"./commands/generate-tests.md",
"./commands/run-e2e.md"
]
}