{

    "description": "Configuration for hjunit demo Tests",

    "driver": {

        "type": "OHJSUnitTest",

        "test-timeout": "60000",

        "shell-timeout": "60000",

        "bundle-name": "com.example.actsgetaccountsbyowner",

        "package-name": "com.example.actsgetaccountsbyowner"

    },

    "kits": [

        {

            "test-file-name": [

                "ActsGetAccountsByOwnerTest.hap",

                "ActsSceneGetAllAccounts.hap"

            ],

            "type": "AppInstallKit",

            "cleanup-apps": true

        },{

            "type": "ShellKit",

            "run-command": [

                "power-shell wakeup",

                "power-shell setmode 602",

                "power-shell timeout -o 86400000",

                "hidumper -s 3301 -a -t",

                "param set persist.sys.abilityms.support.ecologicalrulemgrservice false"

            ]

        }

    ]

}