{

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

    "driver": {

        "type": "OHJSUnitTest",

        "test-timeout": "180000",

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

        "module-name": "phone",

        "shell-timeout": "600000",

        "testcase-timeout": 70000

    },

    "kits": [

        {

            "type": "ShellKit",

            "run-command": [

                "power-shell wakeup",

                "uinput -T -m 300 2700 280 200",

                "wait 2",

                "uinput -T -m 300 2700 280 200",

                "power-shell setmode 602"

            ]

        },

        {

            "test-file-name": [

                "ActsDrawingTsTest.hap"

            ],

            "type": "AppInstallKit",

            "cleanup-apps": true

        }

    ]

}