Files
os-autotest/suite2cases/function_test/pkg_test/lodash/nodejs-lodash-trunc.json

34 lines
1.3 KiB
JSON

{
"path": "$OET_PATH/testcases/function_test/pkg_test/lodash/nodejs-lodash-trunc",
"machine num": 1,
"cases": [
{
"name": "test_nodejs-lodash-trunc_function_install",
"desc": "测试软件包 nodejs-lodash-trunc 能够通过包管理器成功安装"
},
{
"name": "test_nodejs-lodash-trunc_function_require",
"desc": "测试软件包 nodejs-lodash-trunc 能够在 Node.js 环境中被正确引入"
},
{
"name": "test_nodejs-lodash-trunc_function_basic",
"desc": "测试 lodash.truncate 函数的基本字符串截断功能"
},
{
"name": "test_nodejs-lodash-trunc_function_length",
"desc": "测试指定 length 参数时的字符串截断功能"
},
{
"name": "test_nodejs-lodash-trunc_function_omission",
"desc": "测试指定 omission 参数时的字符串截断功能"
},
{
"name": "test_nodejs-lodash-trunc_function_separator",
"desc": "测试指定 separator 参数时的字符串截断功能"
},
{
"name": "test_nodejs-lodash-trunc_function_uninstall",
"desc": "测试软件包 nodejs-lodash-trunc 能够通过包管理器成功卸载"
}
]
}