未验证 提交 2d403e1b 编写于 作者: O openharmony_ci 提交者: Gitee

!10020 将UIExtensionTest用例中StartAbilityByUIContentSession修改成辅助hap包

Merge pull request !10020 from 夏良伟/UIExtensionTest
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("StartAbilityByUIContentSession") { ohos_hap_assist_suite("StartAbilityByUIContentSession") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
deps = [ deps = [
......
{
"description": "Configuration for aceceshi Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "600000",
"bundle-name": "com.example.actsabilityusertest",
"module-name": "entry",
"shell-timeout": "600000"
},
"kits": [
{
"test-file-name": [
"StartAbilityByUIContentSession.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
}
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册