Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:37:51 +08:00
commit 887c2119e6
4 changed files with 732 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "test-generator",
"description": "Automatically generate and run tests with detailed reports",
"version": "1.0.0",
"author": {
"name": "Lightsoft"
},
"commands": [
"./commands"
]
}