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

This commit is contained in:
2026-04-07 10:20:46 +08:00
parent 2b4411cadb
commit e44ce7854e

View File

@@ -0,0 +1,26 @@
{
"path": "$OET_PATH/testcases/function_test/pkg_test/lodash/nodejs-lodash-reject",
"machine num": 1,
"cases": [
{
"name": "test_nodejs-lodash-reject_function_install",
"desc": "测试使用包管理器如npm成功安装nodejs-lodash-reject软件包"
},
{
"name": "test_nodejs-lodash-reject_function_require",
"desc": "测试在Node.js代码中成功引入lodash.reject模块"
},
{
"name": "test_nodejs-lodash-reject_function_basic",
"desc": "测试reject函数根据条件过滤数组的基本功能"
},
{
"name": "test_nodejs-lodash-reject_function_predicate",
"desc": "测试reject函数使用函数、对象、属性等不同断言形式"
},
{
"name": "test_nodejs-lodash-reject_function_uninstall",
"desc": "测试使用包管理器成功卸载nodejs-lodash-reject软件包"
}
]
}