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

26 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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正常卸载"
}
]
}