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

add stage xts

Signed-off-by: Nzhurong <zhurong18@h-partners.com>
上级 da568dcf
...@@ -13,16 +13,16 @@ ...@@ -13,16 +13,16 @@
import("//test/xts/tools/build/suite.gni") 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" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
":windowStage_resources", ":windowStage_resources"
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "window_stage_hap_test" hap_name = "ActsWindowStageTest"
} }
ohos_app_scope("windowStage_app_profile") { ohos_app_scope("windowStage_app_profile") {
......
...@@ -6,13 +6,11 @@ ...@@ -6,13 +6,11 @@
"package": "com.example.myapplication", "package": "com.example.myapplication",
"shell-timeout": "600000" "shell-timeout": "600000"
}, },
"kits": [ "kits": [{
{ "test-file-name": [
"test-file-name": [ "ActsWindowStageTest.hap"
"window_stage_hap_test.hap" ],
], "type": "AppInstallKit",
"type": "AppInstallKit", "cleanup-apps": true
"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.
先完成此消息的编辑!
想要评论请 注册