1 Star 0 Fork 9

syberlogic/arkui-developer-test-tool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.json 2.13 KB
一键复制 编辑 原始数据 按行查看 历史
liyujie 提交于 2023-10-08 16:49 . add new test tool to master
{
"personal": {
"ssh": {
"host": "xxx.xxx.xxx.xxx",
"port": 22,
"username": "xxxxx",
"password": "xxxxx"
},
"code": {
"path": "/home/user/openharmony_code_path",
"gcov": "/home/user/local_tools/llvm_gcov.sh"
}
},
"subsystem": {
"coverage_config": "ace_engine_feature_enable_coverage",
"coverage_path": "/home/user/openharmony_code_path/out/rk3568/obj/foundation/arkui/ace_engine",
"test_target_name": "ace_engine_test",
"test_out_path": "/home/user/openharmony_code_path/out/rk3568/tests/unittest/ace_engine",
"so_paths": {
"build_target": [
"ace_packages"
],
"out_path": [
"/home/user/openharmony_code_path/out/rk3568/arkui/ace_engine/libace_compatible.z.so"
],
"push_path": "/system/lib/platformsdk"
},
"test_paths": [
"foundation/arkui/ace_engine/interfaces/inner_api",
"foundation/arkui/ace_engine/frameworks/core/common",
"foundation/arkui/ace_engine/frameworks/core/accessibility",
"foundation/arkui/ace_engine/frameworks/core/components_ng",
"foundation/arkui/ace_engine/frameworks/core/pipeline_ng",
"foundation/arkui/ace_engine/frameworks/base",
"foundation/arkui/ace_engine/interfaces/inner_api"
],
"sheild_paths": [
"'*.h'",
"'*/test/*'",
"'*/adapter/*'",
"'*/prebuilts/*'",
"'*/third_party/*'",
"'*/components_v2/*'",
"'*/components/*'",
"'*/custom_paint/*'",
"'*/interfaces/*'",
"'*/pipeline/*'",
"'*/core/event/*'",
"'*/core/gestures/*'",
"'*/core/image/*'",
"'*/frameworks/base/*'",
"'*/components_part_upd/*'",
"'*/uicast_interface/*'",
"'*/core/animation/*'",
"'*/bridge/*'",
"'*/core/focus/*'",
"'*/web/*'",
"'*/canvas_render/*'"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/syberlogic/arkui-developer-test-tool.git
[email protected]:syberlogic/arkui-developer-test-tool.git
syberlogic
arkui-developer-test-tool
arkui-developer-test-tool
master

搜索帮助