Test.json 684 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
{
	"description": "Configuration for MiscservicesRequestJSApiTest js api Tests",
	"driver": {
		"type": "JSUnitTest",
		"test-timeout": "4200000",
		"package": "com.example.myapplication.hmservice",
		"shell-timeout": "60000"
	},
	"kits": [
		{
高曦 已提交
11
			"test-file-name": ["ActsMiscservicesRequestJSApiTest.hap"],
12 13 14 15 16 17
			"type": "AppInstallKit",
			"cleanup-apps": true
		},
		{
            "type": "ShellKit",
            "run-command": [
G
gaoxi 已提交
18 19
                "mkdir -p /data/app/el2/100/base/com.example.myapplication.hmservice/haps/entry/cache",
                "echo \"123456\" > /data/app/el2/100/base/com.example.myapplication.hmservice/haps/entry/cache/test.txt"
20 21 22 23
            ]
        }
	]
}