feat(e2e): add clawhub skills benchmark suite

This commit is contained in:
Jiayuan Zhang 2026-02-17 00:50:01 +08:00
parent 0c1856b54b
commit 2074aac49e
7 changed files with 610 additions and 1 deletions

View file

@ -30,7 +30,8 @@
"typecheck": "turbo typecheck",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
"test:coverage": "vitest run --coverage",
"e2e:skills": "bash scripts/e2e-skills-benchmark/run.sh"
},
"keywords": [],
"author": "",