Test.json 402 字节
Newer Older
Z
zhijianwen 已提交
1
{
Q
qu-xianfei 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
	"description":"Configuration for hjunit demo Tests",
	"driver":{
		"type":"OHJSUnitTest",
		"test-timeout":"260000",
		"shell-timeout":"260000",
		"bundle-name":"com.example.actscommoneventmanager",
		"package-name":"com.example.actscommoneventmanager_test"
	},
	"kits":[
		{
			"test-file-name":[
				"ActsCommonEventManagerTest.hap"
			],
			"type":"AppInstallKit",
			"cleanup-apps":true
		}
	]
Z
zhijianwen 已提交
19
}