{
"description": "Configuration for storage environment Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "60000",
"shell-timeout": "60000",
"bundle-name": "ohos.acts.storage.environment.static",
"module-name": "entry"
},
"kits": [
{
"test-file-name": [
"ActsStorageEnvironmentJsStaticTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},{
"type": "ShellKit",
"run-command": [
"power-shell wakeup",
"power-shell setmode 602"
]
}
]
}