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

!1551 修改cofig.json文件,解决compileruntime测试套不编译问题

Merge pull request !1551 from 小马奔腾/master
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for startup convertxml js api Tests", "description": "Configuration for startup convertxml js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "60000", "test-timeout": "300000",
"package": "com.example.convertxml", "package": "com.example.convertxml",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ConvertxmlJSApiTest.hap" "ActsConvertxmlJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
] ]
} }
], ],
"visible": true,
"name": "com.example.convertxml.MainAbility", "name": "com.example.convertxml.MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:mainability_description",
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for startup process js api Tests", "description": "Configuration for startup process js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "60000", "test-timeout": "300000",
"package": "com.example.childprocess", "package": "com.example.childprocess",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ProcessJSApiTest.hap" "ActsProcessJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
] ]
} }
], ],
"visible": true,
"name": "com.example.childprocess.MainAbility", "name": "com.example.childprocess.MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:mainability_description",
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for startup uri js api Tests", "description": "Configuration for startup uri js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "60000", "test-timeout": "300000",
"package": "com.example.uri", "package": "com.example.uri",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"UriJSApiTest.hap" "ActsUriJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
] ]
} }
], ],
"visible": true,
"name": "com.example.uri.MainAbility", "name": "com.example.uri.MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:mainability_description",
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for startup url js api Tests", "description": "Configuration for startup url js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "60000", "test-timeout": "300000",
"package": "com.example.url", "package": "com.example.url",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"UrlJsTest.hap" "ActsUrlJsTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
] ]
} }
], ],
"visible": true,
"name": "com.example.url.MainAbility", "name": "com.example.url.MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:mainability_description",
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for startup util js api Tests", "description": "Configuration for startup util js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "60000", "test-timeout": "300000",
"package": "com.example.childprocess", "package": "com.example.childprocess",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"UtilJsTest.hap" "ActsUtilJsTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
] ]
} }
], ],
"visible": true,
"name": "com.example.childprocess.MainAbility", "name": "com.example.childprocess.MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:mainability_description",
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for startup xml js api Tests", "description": "Configuration for startup xml js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "60000", "test-timeout": "300000",
"package": "com.example.xml", "package": "com.example.xml",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"XmlJSApiTest.hap" "ActsXmlJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
] ]
} }
], ],
"visible": true,
"name": "com.example.xml.MainAbility", "name": "com.example.xml.MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:mainability_description",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册