{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "600000",
        "testcase-timeout": "300000",
        "bundle-name": "ohos.global.napictest",
        "shell-timeout": "600000",
        "module-name": "entry_test"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsGlobalNapiCTestMain.hap",
                "ActsGlobalNapiCTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }, {
        "type": "ShellKit",
        "run-command": [
            "power-shell wakeup",
            "power-shell setmode 602"
        ]

    }]
}