提交 70d91817 编写于 作者: Z zhurong

add stage xts

Signed-off-by: Nzhurong <zhurong18@h-partners.com>
上级 da568dcf
......@@ -13,16 +13,16 @@
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("window_stage_hap_test") {
ohos_js_hap_suite("ActsWindowStageTest") {
hap_profile = "entry/src/main/module.json"
js_build_mode = "debug"
deps = [
":windowStage_js_assets",
":windowStage_resources",
":windowStage_resources"
]
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "window_stage_hap_test"
hap_name = "ActsWindowStageTest"
}
ohos_app_scope("windowStage_app_profile") {
......
......@@ -6,13 +6,11 @@
"package": "com.example.myapplication",
"shell-timeout": "600000"
},
"kits": [
{
"test-file-name": [
"window_stage_hap_test.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
}
]
}
"kits": [{
"test-file-name": [
"ActsWindowStageTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
}]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册