• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2	"description": "Configuration for MiscservicesRequestJSApiTest js api Tests",
3	"driver": {
4		"type": "JSUnitTest",
5		"test-timeout": "4200000",
6		"package": "com.example.myapplication.hmservice",
7		"shell-timeout": "60000"
8	},
9	"kits": [
10		{
11			"test-file-name": ["ActsMiscservicesRequestJSApiTest.hap"],
12			"type": "AppInstallKit",
13			"cleanup-apps": true
14		},
15		{
16            "type": "ShellKit",
17            "run-command": [
18                "mkdir -p /data/app/el2/100/base/com.example.myapplication.hmservice/haps/entry/cache",
19                "echo \"123456\" > /data/app/el2/100/base/com.example.myapplication.hmservice/haps/entry/cache/test.txt"
20            ]
21        }
22	]
23}
24