{

    "description": "Configuration for selection ETS Tests",

    "driver": {

        "type": "OHJSUnitTest",

        "test-timeout": "60000",   

        "bundle-name": "com.acts.selection.test",

        "module-name": "entry_test",

        "shell-timeout": "60000",

        "testcase-timeout": 60000

    },

    "kits": [

        {

            "test-file-name": [

              "ActsSelectionApiTest.hap"

            ],

            "type": "AppInstallKit",

            "cleanup-apps": true

        },{

            "type": "ShellKit",

            "run-command": [

                "power-shell wakeup",

                "power-shell setmode 602",

                "uitest dumpLayout",

                "param set sys.selection.switch on",

                "param set sys.selection.app com.acts.selection.test/EntryAbility"

            ]

        }

    ]

}