update testcase for src_name lodash and rpm_name nodejs-lodash-toplainobject

This commit is contained in:
2026-02-22 18:03:08 +08:00
parent 85f6f9399b
commit d64dca5ee5

View File

@@ -0,0 +1,26 @@
{
"path": "$OET_PATH/testcases/function_test/pkg_test/lodash/nodejs-lodash-toplainobject",
"machine num": 1,
"cases": [
{
"name": "test_nodejs-lodash-toplainobject_function_install",
"desc": "测试软件包nodejs-lodash-toplainobject能否通过包管理器如npm正常安装"
},
{
"name": "test_nodejs-lodash-toplainobject_function_require",
"desc": "测试在Node.js环境中能够成功require引入lodash.toplainobject模块"
},
{
"name": "test_nodejs-lodash-toplainobject_function_basic",
"desc": "测试toPlainObject函数将对象转换为普通对象的基本功能"
},
{
"name": "test_nodejs-lodash-toplainobject_function_inherit",
"desc": "测试toPlainObject函数对继承属性的转换处理"
},
{
"name": "test_nodejs-lodash-toplainobject_function_uninstall",
"desc": "测试软件包nodejs-lodash-toplainobject能否通过包管理器如npm正常卸载"
}
]
}