提交 32e56f41 编写于 作者: J jiyong_sd

Adapt to the new framework

Signed-off-by: Njiyong_sd <jiyong@huawei.com>
Change-Id: I79008790ddc1f01dc390fd246495192d2d26d625
上级 1c57e4cb
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
...@@ -23,7 +23,9 @@ ohos_js_hap_suite("image_colorspace_js_hap") { ...@@ -23,7 +23,9 @@ ohos_js_hap_suite("image_colorspace_js_hap") {
hap_name = "ActsImageColorspaceJsTest" hap_name = "ActsImageColorspaceJsTest"
} }
ohos_js_assets("image_colorspace_js_assets") { ohos_js_assets("image_colorspace_js_assets") {
source_dir = "./src/main/js/default" js2abc = true
hap_profile = "./src/main/config.json"
source_dir = "./src/main/js"
} }
ohos_resources("image_colorspace_resources") { ohos_resources("image_colorspace_resources") {
sources = [ "./src/main/resources" ] sources = [ "./src/main/resources" ]
......
{ {
"description": "Configuration for Image Tests", "description": "Configuration for Image Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "OHJSUnitTest",
"test-timeout": "300000", "test-timeout": "300000",
"package": "ohos.acts.multimedia.image.Colorspace", "bundle-name": "ohos.acts.multimedia.image.Colorspace",
"shell-timeout": "120000" "package-name": "ohos.acts.multimedia.image.Colorspace",
}, "shell-timeout": "300000",
"kits": [ "testcase-timeout": 60000
{ },
"test-file-name": [ "kits": [
"ActsImageColorspaceJsTest.hap" {
], "test-file-name": [
"type": "AppInstallKit", "ActsImageColorspaceJsTest.hap"
"cleanup-apps": true ],
} "type": "AppInstallKit",
] "cleanup-apps": true
}
} ]
}
\ No newline at end of file
{ {
"app": { "app": {
"apiVersion": { "apiVersion": {
"compatible": 6, "compatible": 6,
"releaseType": "Beta1", "releaseType": "Beta1",
"target": 7 "target": 7
}, },
"vendor": "acts", "vendor": "acts",
"bundleName": "ohos.acts.multimedia.image.Colorspace", "bundleName": "ohos.acts.multimedia.image.Colorspace",
"version": { "version": {
"code": 1000000, "code": 1000000,
"name": "1.0.0" "name": "1.0.0"
} }
}, },
"deviceConfig": { "deviceConfig": {
"default": { "default": {
"debug": true "debug": true
} }
}, },
"module": { "module": {
"abilities": [ "abilities": [
{ {
"iconId": 16777218, "skills": [
"skills": [ {
{ "entities": [
"entities": [ "entity.system.home"
"entity.system.home" ],
], "actions": [
"actions": [ "action.system.home"
"action.system.home" ]
] }
} ],
], "orientation": "unspecified",
"descriptionId": 16777217, "formsEnabled": false,
"visible": true, "name": ".MainAbility",
"labelId": 16777216, "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "MainAbility",
"name": "ohos.acts.multimedia.image.Colorspace.MainAbility", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:MainAbility_desc",
"label": "$string:entry_MainAbility", "label": "$string:MainAbility_label",
"type": "page", "type": "page",
"homeAbility": true, "visible": true,
"launchType": "standard" "launchType": "standard"
} },
], {
"deviceType": [ "orientation": "unspecified",
"phone", "formsEnabled": false,
"tablet", "name": ".TestAbility",
"tv", "srcLanguage": "js",
"wearable" "srcPath": "TestAbility",
], "icon": "$media:icon",
"mainAbility": "ohos.acts.multimedia.image.Colorspace.MainAbility", "description": "$string:TestAbility_desc",
"distro": { "label": "$string:TestAbility_label",
"moduleType": "entry", "type": "page",
"installationFree": false, "visible": true,
"deliveryWithInstall": true, "launchType": "standard"
"moduleName": "entry" }
}, ],
"reqPermissions": [ "deviceType": [
{ "phone",
"name": "ohos.permission.GET_BUNDLE_INFO", "tablet",
"reason": "use ohos.permission.GET_BUNDLE_INFO" "tv",
}, "wearable"
{ ],
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "mainAbility": ".MainAbility",
"reason":"use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "distro": {
}, "moduleType": "entry",
{ "installationFree": false,
"name" : "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", "deliveryWithInstall": true,
"reason" : "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" "moduleName": "entry"
}, },
{ "reqPermissions": [
"name" : "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", {
"reason" : "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" "name": "ohos.permission.GET_BUNDLE_INFO",
}, "reason": "use ohos.permission.GET_BUNDLE_INFO"
{ },
"name": "ohos.permission.MEDIA_LOCATION", {
"reason":"use ohos.permission.MEDIA_LOCATION" "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
}, "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
{ },
"name": "ohos.permission.READ_MEDIA", {
"reason":"use ohos.permission.READ_MEDIA" "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
}, "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS"
{ },
"name": "ohos.permission.WRITE_MEDIA", {
"reason":"use ohos.permission.WRITE_MEDIA" "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS",
} "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS"
], },
"package": "ohos.acts.multimedia.image.Colorspace", {
"name": ".MyApplication", "name": "ohos.permission.MEDIA_LOCATION",
"js": [ "reason": "use ohos.permission.MEDIA_LOCATION"
{ },
"pages": [ {
"pages/index/index" "name": "ohos.permission.READ_MEDIA",
], "reason": "use ohos.permission.READ_MEDIA"
"name": "default", },
"window": { {
"designWidth": 720, "name": "ohos.permission.WRITE_MEDIA",
"autoDesignWidth": true "reason": "use ohos.permission.WRITE_MEDIA"
} }
} ],
] "package": "ohos.acts.multimedia.image.Colorspace",
} "name": ".entry",
"js": [
{
"pages": [
"pages/index/index"
],
"name": "default",
"window": {
"designWidth": 720,
"autoDesignWidth": true
}
},
{
"pages": [
"pages/index/index"
],
"name": ".TestAbility",
"window": {
"designWidth": 720,
"autoDesignWidth": false
}
}
],
"testRunner": {
"name": "OpenHarmonyTestRunner",
"srcPath": "TestRunner"
},
"srcPath": ""
}
} }
\ No newline at end of file
/* /*
* Copyright (C) 2021 Huawei Device Co., Ltd. * Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
export default { export default {
onCreate() { onCreate() {
console.info('AceApplication onCreate'); console.info('AceApplication onCreate');
}, },
onDestroy() { onDestroy() {
console.info('AceApplication onDestroy'); console.info('AceApplication onDestroy');
} }
}; };
{ {
"strings": { "strings": {
"hello": "您好", "hello": "您好",
"world": "世界" "world": "世界"
} }
} }
\ No newline at end of file
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export default {
data: {
title: ""
},
onInit() {
this.title = this.$t('strings.world');
},
onShow() {
console.info('onShow finish')
},
onReady() {
},
}
\ No newline at end of file
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry'
import { Hypium } from '@ohos/hypium'
import testsuite from '../test/List.test'
export default {
onCreate() {
console.info('TestApplication onCreate')
var abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator()
var abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments()
console.info('start run testcase!!!')
Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite)
},
onDestroy() {
console.info("TestApplication onDestroy");
}
};
{
"strings": {
"hello": "Hello",
"world": "World"
},
"Files": {
}
}
\ No newline at end of file
{
"strings": {
"hello": "您好",
"world": "世界"
},
"Files": {
}
}
\ No newline at end of file
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.title {
font-size: 60px;
text-align: center;
width: 100%;
height: 40%;
margin: 10px;
}
@media screen and (device-type: phone) and (orientation: landscape) {
.title {
font-size: 60px;
}
}
@media screen and (device-type: tablet) and (orientation: landscape) {
.title {
font-size: 100px;
}
}
\ No newline at end of file
<div class="container"> <div class="container">
<text class="title"> <text class="title">
{{ $t('strings.hello') }} {{ title }} {{ $t('strings.hello') }} {{ title }}
</text> </text>
</div> </div>
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export default {
data: {
title: ""
},
onInit() {
this.title = this.$t('strings.world');
}
}
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry'
function translateParamsToString(parameters) {
const keySet = new Set([
'-s class', '-s notClass', '-s suite', '-s itName',
'-s level', '-s testType', '-s size', '-s timeout',
'-s package', '-s dryRun'
])
let targetParams = '';
for (const key in parameters) {
if (keySet.has(key)) {
targetParams += ' ' + key + ' ' + parameters[key]
}
}
return targetParams.trim()
}
export default {
onPrepare() {
console.info('OpenHarmonyTestRunner OnPrepare')
},
onRun() {
console.log('OpenHarmonyTestRunner onRun run')
var abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments()
var abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator()
var testAbilityName = abilityDelegatorArguments.parameters['-p'] + '.TestAbility'
var cmd = 'aa start -d 0 -a ' + testAbilityName + ' -b ' + abilityDelegatorArguments.bundleName
cmd += ' ' + translateParamsToString(abilityDelegatorArguments.parameters)
var debug = abilityDelegatorArguments.parameters["-D"]
console.info('debug value : '+debug)
if (debug == 'true')
{
cmd += ' -D'
}
console.info('cmd : '+cmd)
abilityDelegator.executeShellCommand(cmd, (err, data) => {
console.info('executeShellCommand : err : ' + JSON.stringify(err));
console.info('executeShellCommand : data : ' + data.stdResult);
console.info('executeShellCommand : data : ' + data.exitCode);
})
}
};
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import {Core, ExpectExtend} from 'deccjsunit/index'
export default {
data: {
title: ""
},
onInit() {
this.title = this.$t('strings.world');
},
onShow() {
console.info('onShow finish')
const core = Core.getInstance()
const expectExtend = new ExpectExtend({
'id': 'extend'
})
core.addService('expect', expectExtend)
core.init()
const configService = core.getDefaultService('config')
this.timeout = 60000
configService.setConfig(this)
require('../../../test/List.test')
core.execute()
},
onReady() {
},
}
\ No newline at end of file
/* /*
* Copyright (C) 2021 Huawei Device Co., Ltd. * Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
require('./colorspace.test.js') import Image_test from './colorspace.test.js'
\ No newline at end of file export default function testsuite() {
Image_test()
}
{ {
"string": [ "string": [
{ {
"name": "entry_MainAbility", "name": "entry_MainAbility",
"value": "ImageTwoJSTestMain" "value": "ImageTwoJSTestMain"
}, },
{ {
"name": "mainability_description", "name": "mainability_description",
"value": "ImageTwoJSTestMain Ability" "value": "ImageTwoJSTestMain Ability"
} },
] {
"name": "MainAbility_desc",
"value": "description"
},
{
"name": "MainAbility_label",
"value": "label"
},
{
"name": "TestAbility_desc",
"value": "description"
},
{
"name": "TestAbility_label",
"value": "label"
}
]
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
...@@ -23,7 +23,9 @@ ohos_js_hap_suite("image_pixelmapframework_js_hap") { ...@@ -23,7 +23,9 @@ ohos_js_hap_suite("image_pixelmapframework_js_hap") {
hap_name = "ActsImagePixelMapFrameworkJsTest" hap_name = "ActsImagePixelMapFrameworkJsTest"
} }
ohos_js_assets("image_pixelmapframework_js_assets") { ohos_js_assets("image_pixelmapframework_js_assets") {
source_dir = "./src/main/js/default" js2abc = true
hap_profile = "./src/main/config.json"
source_dir = "./src/main/js"
} }
ohos_resources("image_pixelmapframework_resources") { ohos_resources("image_pixelmapframework_resources") {
sources = [ "./src/main/resources" ] sources = [ "./src/main/resources" ]
......
{ {
"description": "Configuration for Image Tests", "description": "Configuration for Image Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "OHJSUnitTest",
"test-timeout": "300000", "test-timeout": "300000",
"package": "ohos.acts.multimedia.image.PixelMapFramework", "shell-timeout": "300000",
"shell-timeout": "120000" "testcase-timeout": 60000,
}, "bundle-name": "ohos.acts.multimedia.image.PixelMapFramework",
"kits": [ "package-name": "ohos.acts.multimedia.image.PixelMapFramework"
{ },
"test-file-name": [ "kits": [
"ActsImagePixelMapFrameworkJsTest.hap" {
], "test-file-name": [
"type": "AppInstallKit", "ActsImagePixelMapFrameworkJsTest.hap"
"cleanup-apps": true ],
} "type": "AppInstallKit",
"cleanup-apps": true
] }
]
} }
\ No newline at end of file
{ {
"app": { "app": {
"apiVersion": { "apiVersion": {
"compatible": 6, "compatible": 6,
"releaseType": "Beta1", "releaseType": "Beta1",
"target": 7 "target": 7
}, },
"vendor": "acts", "vendor": "acts",
"bundleName": "ohos.acts.multimedia.image.PixelMapFramework", "bundleName": "ohos.acts.multimedia.image.PixelMapFramework",
"version": { "version": {
"code": 1000000, "code": 1000000,
"name": "1.0.0" "name": "1.0.0"
} }
}, },
"deviceConfig": { "deviceConfig": {
"default": { "default": {
"debug": true "debug": true
} }
}, },
"module": { "module": {
"abilities": [ "abilities": [
{ {
"iconId": 16777218, "skills": [
"skills": [ {
{ "entities": [
"entities": [ "entity.system.home"
"entity.system.home" ],
], "actions": [
"actions": [ "action.system.home"
"action.system.home" ]
] }
} ],
], "orientation": "unspecified",
"descriptionId": 16777217, "formsEnabled": false,
"visible": true, "name": ".MainAbility",
"labelId": 16777216, "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "MainAbility",
"name": "ohos.acts.multimedia.image.PixelMapFramework.MainAbility", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:MainAbility_desc",
"label": "$string:entry_MainAbility", "label": "$string:MainAbility_label",
"type": "page", "type": "page",
"homeAbility": true, "visible": true,
"launchType": "standard" "launchType": "standard"
} },
], {
"deviceType": [ "orientation": "unspecified",
"phone", "formsEnabled": false,
"tablet", "name": ".TestAbility",
"tv", "srcLanguage": "js",
"wearable" "srcPath": "TestAbility",
], "icon": "$media:icon",
"mainAbility": "ohos.acts.multimedia.image.PixelMapFramework.MainAbility", "description": "$string:TestAbility_desc",
"distro": { "label": "$string:TestAbility_label",
"moduleType": "entry", "type": "page",
"installationFree": false, "visible": true,
"deliveryWithInstall": true, "launchType": "standard"
"moduleName": "entry" }
}, ],
"reqPermissions": [ "deviceType": [
{ "phone",
"name": "ohos.permission.GET_BUNDLE_INFO", "tablet",
"reason": "use ohos.permission.GET_BUNDLE_INFO" "tv",
}, "wearable"
{ ],
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "mainAbility": ".MainAbility",
"reason":"use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "distro": {
}, "moduleType": "entry",
{ "installationFree": false,
"name" : "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", "deliveryWithInstall": true,
"reason" : "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" "moduleName": "entry"
}, },
{ "reqPermissions": [
"name" : "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", {
"reason" : "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" "name": "ohos.permission.GET_BUNDLE_INFO",
}, "reason": "use ohos.permission.GET_BUNDLE_INFO"
{ },
"name": "ohos.permission.MEDIA_LOCATION", {
"reason":"use ohos.permission.MEDIA_LOCATION" "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
}, "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
{ },
"name": "ohos.permission.READ_MEDIA", {
"reason":"use ohos.permission.READ_MEDIA" "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
}, "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS"
{ },
"name": "ohos.permission.WRITE_MEDIA", {
"reason":"use ohos.permission.WRITE_MEDIA" "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS",
} "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS"
], },
"package": "ohos.acts.multimedia.image.PixelMapFramework", {
"name": ".MyApplication", "name": "ohos.permission.MEDIA_LOCATION",
"js": [ "reason": "use ohos.permission.MEDIA_LOCATION"
{ },
"pages": [ {
"pages/index/index" "name": "ohos.permission.READ_MEDIA",
], "reason": "use ohos.permission.READ_MEDIA"
"name": "default", },
"window": { {
"designWidth": 720, "name": "ohos.permission.WRITE_MEDIA",
"autoDesignWidth": true "reason": "use ohos.permission.WRITE_MEDIA"
} }
} ],
] "package": "ohos.acts.multimedia.image.PixelMapFramework",
} "name": ".entry",
"js": [
{
"pages": [
"pages/index/index"
],
"name": "default",
"window": {
"designWidth": 720,
"autoDesignWidth": true
}
},
{
"pages": [
"pages/index/index"
],
"name": ".TestAbility",
"window": {
"designWidth": 720,
"autoDesignWidth": false
}
}
],
"testRunner": {
"name": "OpenHarmonyTestRunner",
"srcPath": "TestRunner"
},
"srcPath": ""
}
} }
\ No newline at end of file
/* /*
* Copyright (C) 2021 Huawei Device Co., Ltd. * Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
export default { export default {
onCreate() { onCreate() {
console.info('AceApplication onCreate'); console.info('AceApplication onCreate');
}, },
onDestroy() { onDestroy() {
console.info('AceApplication onDestroy'); console.info('AceApplication onDestroy');
} }
}; };
.container { .container {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.title { .title {
font-size: 40px; font-size: 40px;
color: #000000; color: #000000;
opacity: 0.9; opacity: 0.9;
} }
@media screen and (device-type: tablet) and (orientation: landscape) { @media screen and (device-type: tablet) and (orientation: landscape) {
.title { .title {
font-size: 100px; font-size: 100px;
} }
} }
@media screen and (device-type: wearable) { @media screen and (device-type: wearable) {
.title { .title {
font-size: 28px; font-size: 28px;
color: #FFFFFF; color: #FFFFFF;
} }
} }
@media screen and (device-type: tv) { @media screen and (device-type: tv) {
.container { .container {
background-image: url("/common/images/Wallpaper.png"); background-image: url("/common/images/Wallpaper.png");
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
} }
.title { .title {
font-size: 100px; font-size: 100px;
color: #FFFFFF; color: #FFFFFF;
} }
} }
@media screen and (device-type: phone) and (orientation: landscape) { @media screen and (device-type: phone) and (orientation: landscape) {
.title { .title {
font-size: 60px; font-size: 60px;
} }
} }
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export default {
data: {
title: ""
},
onInit() {
this.title = this.$t('strings.world');
},
onShow() {
console.info('onShow finish')
},
onReady() {
},
}
\ No newline at end of file
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry'
import { Hypium } from '@ohos/hypium'
import testsuite from '../test/List.test'
export default {
onCreate() {
console.info('TestApplication onCreate')
var abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator()
var abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments()
console.info('start run testcase!!!')
Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite)
},
onDestroy() {
console.info("TestApplication onDestroy");
}
};
{
"strings": {
"hello": "Hello",
"world": "World"
},
"Files": {
}
}
\ No newline at end of file
{
"strings": {
"hello": "您好",
"world": "世界"
},
"Files": {
}
}
\ No newline at end of file
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.title {
font-size: 60px;
text-align: center;
width: 100%;
height: 40%;
margin: 10px;
}
@media screen and (device-type: phone) and (orientation: landscape) {
.title {
font-size: 60px;
}
}
@media screen and (device-type: tablet) and (orientation: landscape) {
.title {
font-size: 100px;
}
}
\ No newline at end of file
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export default {
data: {
title: ""
},
onInit() {
this.title = this.$t('strings.world');
}
}
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry'
function translateParamsToString(parameters) {
const keySet = new Set([
'-s class', '-s notClass', '-s suite', '-s itName',
'-s level', '-s testType', '-s size', '-s timeout',
'-s package', '-s dryRun'
])
let targetParams = '';
for (const key in parameters) {
if (keySet.has(key)) {
targetParams += ' ' + key + ' ' + parameters[key]
}
}
return targetParams.trim()
}
export default {
onPrepare() {
console.info('OpenHarmonyTestRunner OnPrepare')
},
onRun() {
console.log('OpenHarmonyTestRunner onRun run')
var abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments()
var abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator()
var testAbilityName = abilityDelegatorArguments.parameters['-p'] + '.TestAbility'
var cmd = 'aa start -d 0 -a ' + testAbilityName + ' -b ' + abilityDelegatorArguments.bundleName
cmd += ' ' + translateParamsToString(abilityDelegatorArguments.parameters)
var debug = abilityDelegatorArguments.parameters["-D"]
console.info('debug value : '+debug)
if (debug == 'true')
{
cmd += ' -D'
}
console.info('cmd : '+cmd)
abilityDelegator.executeShellCommand(cmd, (err, data) => {
console.info('executeShellCommand : err : ' + JSON.stringify(err));
console.info('executeShellCommand : data : ' + data.stdResult);
console.info('executeShellCommand : data : ' + data.exitCode);
})
}
};
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import {Core, ExpectExtend} from 'deccjsunit/index'
export default {
data: {
title: ""
},
onInit() {
this.title = this.$t('strings.world');
},
onShow() {
console.info('onShow finish')
const core = Core.getInstance()
const expectExtend = new ExpectExtend({
'id': 'extend'
})
core.addService('expect', expectExtend)
core.init()
const configService = core.getDefaultService('config')
this.timeout = 60000
configService.setConfig(this)
require('../../../test/List.test')
core.execute()
},
onReady() {
},
}
\ No newline at end of file
/* /*
* Copyright (C) 2021 Huawei Device Co., Ltd. * Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
require('./framework.test.js') import Image_test from './framework.test.js'
export default function testsuite() {
Image_test()
}
{ {
"string": [ "string": [
{ {
"name": "entry_MainAbility", "name": "entry_MainAbility",
"value": "ImageJSTestMain" "value": "ImageJSTestMain"
}, },
{ {
"name": "mainability_description", "name": "mainability_description",
"value": "ImageJSTestMain Ability" "value": "ImageJSTestMain Ability"
} },
] {
"name": "MainAbility_desc",
"value": "description"
},
{
"name": "MainAbility_label",
"value": "label"
},
{
"name": "TestAbility_desc",
"value": "description"
},
{
"name": "TestAbility_label",
"value": "label"
}
]
} }
\ No newline at end of file
...@@ -23,7 +23,9 @@ ohos_js_hap_suite("image_receiver_js_hap") { ...@@ -23,7 +23,9 @@ ohos_js_hap_suite("image_receiver_js_hap") {
hap_name = "ActsImageReceiverJsTest" hap_name = "ActsImageReceiverJsTest"
} }
ohos_js_assets("image_receiver_js_assets") { ohos_js_assets("image_receiver_js_assets") {
source_dir = "./src/main/js/default" js2abc = true
hap_profile = "./src/main/config.json"
source_dir = "./src/main/js"
} }
ohos_resources("image_receiver_resources") { ohos_resources("image_receiver_resources") {
sources = [ "./src/main/resources" ] sources = [ "./src/main/resources" ]
......
{ {
"description": "Configuration for Image Tests", "description": "Configuration for Image Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "OHJSUnitTest",
"test-timeout": "1200000", "test-timeout": "1200000",
"package": "ohos.acts.multimedia.image.Receiver", "shell-timeout": "120000",
"shell-timeout": "120000" "testcase-timeout": 60000,
"bundle-name": "ohos.acts.multimedia.image.Receiver",
"package-name": "ohos.acts.multimedia.image.Receiver"
}, },
"kits": [ "kits": [
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [],
"teardown-command": []
],
"teardown-command":[
]
}, },
{ {
"type": "PushKit", "type": "PushKit",
"pre-push": [ "pre-push": [],
], "push": []
"push": [
]
}, },
{
{
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"hilog -Q pidoff", "hilog -Q pidoff",
"hilog -b D", "hilog -b D",
"killall com.ohos.medialibrary.MediaScannerAbilityA", "killall com.ohos.medialibrary.MediaScannerAbilityA",
"aa start -a MediaScannerAbility -b com.ohos.medialibrary.MediaScannerAbilityA" "aa start -a MediaScannerAbility -b com.ohos.medialibrary.MediaScannerAbilityA"
], ],
"teardown-command":[ "teardown-command": []
]
}, },
{ {
"test-file-name": [ "test-file-name": [
"ActsImageReceiverJsTest.hap" "ActsImageReceiverJsTest.hap"
...@@ -45,5 +37,4 @@ ...@@ -45,5 +37,4 @@
"cleanup-apps": true "cleanup-apps": true
} }
] ]
} }
\ No newline at end of file
{ {
"app": { "app": {
"apiVersion": { "apiVersion": {
"compatible": 6, "compatible": 6,
"releaseType": "Beta1", "releaseType": "Beta1",
"target": 7 "target": 7
}, },
"vendor": "acts", "vendor": "acts",
"bundleName": "ohos.acts.multimedia.image.Receiver", "bundleName": "ohos.acts.multimedia.image.Receiver",
"version": { "version": {
"code": 1000000, "code": 1000000,
"name": "1.0.0" "name": "1.0.0"
} }
}, },
"deviceConfig": { "deviceConfig": {
"default": { "default": {
"debug": true "debug": true
} }
}, },
"module": { "module": {
"abilities": [ "abilities": [
{
"iconId": 16777218,
"skills": [
{ {
"entities": [ "skills": [
"entity.system.home" {
], "entities": [
"actions": [ "entity.system.home"
"action.system.home" ],
] "actions": [
"action.system.home"
]
}
],
"orientation": "unspecified",
"formsEnabled": false,
"name": ".MainAbility",
"srcLanguage": "js",
"srcPath": "MainAbility",
"icon": "$media:icon",
"description": "$string:MainAbility_desc",
"label": "$string:MainAbility_label",
"type": "page",
"visible": true,
"launchType": "standard"
},
{
"orientation": "unspecified",
"formsEnabled": false,
"name": ".TestAbility",
"srcLanguage": "js",
"srcPath": "TestAbility",
"icon": "$media:icon",
"description": "$string:TestAbility_desc",
"label": "$string:TestAbility_label",
"type": "page",
"visible": true,
"launchType": "standard"
} }
], ],
"descriptionId": 16777217, "deviceType": [
"visible": true, "phone",
"labelId": 16777216, "tablet",
"icon": "$media:icon", "tv",
"name": "ohos.acts.multimedia.image.Receiver.MainAbility", "wearable"
"description": "$string:mainability_description", ],
"label": "$string:entry_MainAbility", "mainAbility": ".MainAbility",
"type": "page", "distro": {
"homeAbility": true, "moduleType": "entry",
"launchType": "standard" "installationFree": false,
} "deliveryWithInstall": true,
], "moduleName": "entry"
"deviceType": [ },
"phone", "reqPermissions": [
"tablet", {
"tv", "name": "ohos.permission.GET_BUNDLE_INFO",
"wearable" "reason": "use ohos.permission.GET_BUNDLE_INFO"
], },
"mainAbility": "ohos.acts.multimedia.image.Receiver.MainAbility", {
"distro": { "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"moduleType": "entry", "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
"installationFree": false, },
"deliveryWithInstall": true, {
"moduleName": "entry" "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
}, "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS"
"reqPermissions": [ },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO", "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS",
"reason": "use ohos.permission.GET_BUNDLE_INFO" "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS"
}, },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name": "ohos.permission.MEDIA_LOCATION",
"reason":"use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason": "use ohos.permission.MEDIA_LOCATION"
}, },
{ {
"name" : "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", "name": "ohos.permission.READ_MEDIA",
"reason" : "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" "reason": "use ohos.permission.READ_MEDIA"
}, },
{ {
"name" : "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", "name": "ohos.permission.WRITE_MEDIA",
"reason" : "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" "reason": "use ohos.permission.WRITE_MEDIA"
}, }
{ ],
"name": "ohos.permission.MEDIA_LOCATION", "package": "ohos.acts.multimedia.image.Receiver",
"reason":"use ohos.permission.MEDIA_LOCATION" "name": ".entry",
}, "js": [
{ {
"name": "ohos.permission.READ_MEDIA", "pages": [
"reason":"use ohos.permission.READ_MEDIA" "pages/index/index"
}, ],
{ "name": "default",
"name": "ohos.permission.WRITE_MEDIA", "window": {
"reason":"use ohos.permission.WRITE_MEDIA" "designWidth": 720,
} "autoDesignWidth": true
], }
"package": "ohos.acts.multimedia.image.Receiver", },
"name": ".MyApplication", {
"js": [ "pages": [
{ "pages/index/index"
"pages": [ ],
"pages/index/index" "name": ".TestAbility",
], "window": {
"name": "default", "designWidth": 720,
"window": { "autoDesignWidth": false
"designWidth": 720, }
"autoDesignWidth": true }
} ],
} "testRunner": {
] "name": "OpenHarmonyTestRunner",
"srcPath": "TestRunner"
},
"srcPath": ""
} }
} }
\ No newline at end of file \ No newline at end of file
{ {
"strings": { "strings": {
"hello": "您好", "hello": "您好",
"world": "世界" "world": "世界"
} }
} }
\ No newline at end of file
.container { .container {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.title { .title {
font-size: 40px; font-size: 40px;
color: #000000; color: #000000;
opacity: 0.9; opacity: 0.9;
} }
@media screen and (device-type: tablet) and (orientation: landscape) { @media screen and (device-type: tablet) and (orientation: landscape) {
.title { .title {
font-size: 100px; font-size: 100px;
} }
} }
@media screen and (device-type: wearable) { @media screen and (device-type: wearable) {
.title { .title {
font-size: 28px; font-size: 28px;
color: #FFFFFF; color: #FFFFFF;
} }
} }
@media screen and (device-type: tv) { @media screen and (device-type: tv) {
.container { .container {
background-image: url("/common/images/Wallpaper.png"); background-image: url("/common/images/Wallpaper.png");
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
} }
.title { .title {
font-size: 100px; font-size: 100px;
color: #FFFFFF; color: #FFFFFF;
} }
} }
@media screen and (device-type: phone) and (orientation: landscape) { @media screen and (device-type: phone) and (orientation: landscape) {
.title { .title {
font-size: 60px; font-size: 60px;
} }
} }
\ No newline at end of file
<div class="container"> <div class="container">
<text class="title"> <text class="title">
{{ $t('strings.hello') }} {{ title }} {{ $t('strings.hello') }} {{ title }}
</text> </text>
</div> </div>
\ No newline at end of file
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export default {
data: {
title: ""
},
onInit() {
this.title = this.$t('strings.world');
},
onShow() {
console.info('onShow finish')
},
onReady() {
},
}
\ No newline at end of file
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry'
import { Hypium } from '@ohos/hypium'
import testsuite from '../test/List.test'
export default {
onCreate() {
console.info('TestApplication onCreate')
var abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator()
var abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments()
console.info('start run testcase!!!')
Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite)
},
onDestroy() {
console.info("TestApplication onDestroy");
}
};
{
"strings": {
"hello": "Hello",
"world": "World"
},
"Files": {
}
}
\ No newline at end of file
{
"strings": {
"hello": "您好",
"world": "世界"
},
"Files": {
}
}
\ No newline at end of file
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.title {
font-size: 60px;
text-align: center;
width: 100%;
height: 40%;
margin: 10px;
}
@media screen and (device-type: phone) and (orientation: landscape) {
.title {
font-size: 60px;
}
}
@media screen and (device-type: tablet) and (orientation: landscape) {
.title {
font-size: 100px;
}
}
\ No newline at end of file
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export default {
data: {
title: ""
},
onInit() {
this.title = this.$t('strings.world');
}
}
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry'
function translateParamsToString(parameters) {
const keySet = new Set([
'-s class', '-s notClass', '-s suite', '-s itName',
'-s level', '-s testType', '-s size', '-s timeout',
'-s package', '-s dryRun'
])
let targetParams = '';
for (const key in parameters) {
if (keySet.has(key)) {
targetParams += ' ' + key + ' ' + parameters[key]
}
}
return targetParams.trim()
}
export default {
onPrepare() {
console.info('OpenHarmonyTestRunner OnPrepare')
},
onRun() {
console.log('OpenHarmonyTestRunner onRun run')
var abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments()
var abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator()
var testAbilityName = abilityDelegatorArguments.parameters['-p'] + '.TestAbility'
var cmd = 'aa start -d 0 -a ' + testAbilityName + ' -b ' + abilityDelegatorArguments.bundleName
cmd += ' ' + translateParamsToString(abilityDelegatorArguments.parameters)
var debug = abilityDelegatorArguments.parameters["-D"]
console.info('debug value : '+debug)
if (debug == 'true')
{
cmd += ' -D'
}
console.info('cmd : '+cmd)
abilityDelegator.executeShellCommand(cmd, (err, data) => {
console.info('executeShellCommand : err : ' + JSON.stringify(err));
console.info('executeShellCommand : data : ' + data.stdResult);
console.info('executeShellCommand : data : ' + data.exitCode);
})
}
};
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import {Core, ExpectExtend} from 'deccjsunit/index'
export default {
data: {
title: ""
},
onInit() {
this.title = this.$t('strings.world');
},
onShow() {
console.info('onShow finish')
const core = Core.getInstance()
const expectExtend = new ExpectExtend({
'id': 'extend'
})
core.addService('expect', expectExtend)
core.init()
const configService = core.getDefaultService('config')
this.timeout = 60000
configService.setConfig(this)
require('../../../test/List.test')
core.execute()
},
onReady() {
},
}
\ No newline at end of file
...@@ -14,4 +14,7 @@ ...@@ -14,4 +14,7 @@
*/ */
require('./receiver.test.js') import ImageReceiver from './receiver.test.js'
\ No newline at end of file export default function testsuite() {
ImageReceiver()
}
...@@ -13,8 +13,9 @@ ...@@ -13,8 +13,9 @@
* limitations under the License. * limitations under the License.
*/ */
import image from '@ohos.multimedia.image' import image from '@ohos.multimedia.image'
import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from 'deccjsunit/index' import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'
export default function ImageReceiver() {
describe('ImageReceiver', function () { describe('ImageReceiver', function () {
const YUV_Y = 1; const YUV_Y = 1;
...@@ -1115,3 +1116,4 @@ describe('ImageReceiver', function () { ...@@ -1115,3 +1116,4 @@ describe('ImageReceiver', function () {
onErr(done, 'Receiver_025', 'a') onErr(done, 'Receiver_025', 'a')
}) })
}) })
}
...@@ -7,6 +7,22 @@ ...@@ -7,6 +7,22 @@
{ {
"name": "mainability_description", "name": "mainability_description",
"value": "ImageJSTestMain Ability" "value": "ImageJSTestMain Ability"
} },
{
"name": "MainAbility_desc",
"value": "description"
},
{
"name": "MainAbility_label",
"value": "label"
},
{
"name": "TestAbility_desc",
"value": "description"
},
{
"name": "TestAbility_label",
"value": "label"
}
] ]
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
...@@ -24,7 +24,9 @@ ohos_js_hap_suite("recorder_profile_js_hap") { ...@@ -24,7 +24,9 @@ ohos_js_hap_suite("recorder_profile_js_hap") {
hap_name = "ActsRecorderProfileJsTest" hap_name = "ActsRecorderProfileJsTest"
} }
ohos_js_assets("profile_js_assets") { ohos_js_assets("profile_js_assets") {
source_dir = "./src/main/js/default" js2abc = true
hap_profile = "./src/main/config.json"
source_dir = "./src/main/js"
} }
ohos_resources("profile_resources") { ohos_resources("profile_resources") {
sources = [ "./src/main/resources" ] sources = [ "./src/main/resources" ]
......
{ {
"description": "Configuration for profile Tests", "description": "Configuration for profile Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "OHJSUnitTest",
"test-timeout": "2000000", "test-timeout": "2000000",
"package": "ohos.acts.multimedia.recorder.profile", "shell-timeout": "2000000",
"shell-timeout": "60000" "testcase-timeout": 60000,
}, "bundle-name": "ohos.acts.multimedia.recorder.profile",
"kits": [ "package-name": "ohos.acts.multimedia.recorder.profile"
{ },
"test-file-name": [ "kits": [
"ActsRecorderProfileJsTest.hap" {
], "test-file-name": [
"type": "AppInstallKit", "ActsRecorderProfileJsTest.hap"
"cleanup-apps": true ],
} "type": "AppInstallKit",
] "cleanup-apps": true
}
]
} }
\ No newline at end of file
/* /*
* Copyright (C) 2022 Huawei Device Co., Ltd. * Copyright (C) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
export default { export default {
onCreate() { onCreate() {
console.info('AceApplication onCreate'); console.info('AceApplication onCreate');
}, },
onDestroy() { onDestroy() {
console.info('AceApplication onDestroy'); console.info('AceApplication onDestroy');
} }
}; };
<!-- <!--
Copyright (c) 2022 Huawei Device Co., Ltd. Copyright (c) 2022 Huawei Device Co., Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<div class="container"> <div class="container">
<text class="title"> <text class="title">
{{ $t('strings.hello') }} {{ title }} {{ $t('strings.hello') }} {{ title }}
</text> </text>
</div> </div>
{
"strings": {
"hello": "Hello",
"world": "World"
},
"Files": {
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册