ac2151f3创建于 2024年1月5日历史提交
{

    "description": "Configuration for native drawing Tests",

    "driver": {

        "type": "OHJSUnitTest",

        "test-timeout": "600000",

        "shell-timeout": "600000",

        "bundle-name": "com.nativedrawing.napitest",

        "module-name": "entry_test"

    },

    "kits": [

        {

            "test-file-name": [

                "ActsNativeDrawingTest.hap",

                "ActsNativeDrawingMainTest.hap"

            ],

            "type": "AppInstallKit",

            "cleanup-apps": true

        },{

            "type": "ShellKit",

            "run-command": [

                "power-shell wakeup",

                "power-shell setmode 602"

            ]

        }

    ]

}