{ "name": "@ohos/developer_test", "version": "1.8.0", "publishAs": "code-segment", "description": "开发过程采用测试驱动开发模式,开发者基于系统新增特性可以通过开发者自己开发用例保证,对于系统已有特性的修改,也可通过修改项目中原有自测试用例保证,开发者自测试旨在帮助开发者在开发阶段就能开发出高质量代码", "scripts": { "install": "DEST_PATH=${DEP_BUNDLE_BASE}/test &&mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" }, "keywords": [ "test" ], "license": "Apache V2", "repository": "", "homepage": "", "tags": [ "test" ], "ohos": { "os": "1.0.0", "kernel": "liteos-a", "board": "hi3516,hi3518" } }