{
"description": "Configuration for graphic effect ndk Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "180000",
"bundle-name": "com.example.myapplication",
"module-name": "entry_test",
"shell-timeout": "180000"
},
"kits": [
{
"test-file-name": [
"ActsNativeEffectTest.hap",
"ActsNativeEffectMainTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},{
"type": "ShellKit",
"run-command": [
"power-shell wakeup",
"power-shell setmode 602"
]
}
]
}