Test.json 430 字节
Newer Older
Q
qu-xianfei 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
	"description":"Configuration for nfc js api Tests",
	"driver":{
		"type":"OHJSUnitTest",
		"test-timeout":"600000",
		"shell-timeout":"600000",
		"testcase-timeout":"600000",
		"bundle-name":"ohos.acts.communication.nfc.nfcdevice",
		"package-name":"ohos.acts.communication.nfc.nfcdevice_test"
	},
	"kits":[
		{
			"test-file-name":[
				"ActsNFCErrorJSTest.hap"
			],
			"type":"AppInstallKit",
			"cleanup-apps":true
		}
	]
}