Llixiaofeng_154b动态启停配置
63fe4808创建于 2025年3月13日历史提交
{

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

    "driver": {

      "type": "OHJSUnitTest",

      "test-timeout": "160000",

      "shell-timeout": "160000",

      "bundle-name": "ohos.acts.usb.usb.function",

      "package-name": "ohos.acts.usb.usb.function"

    },

    "kits": [

        {

            "test-file-name": [

              "ActsUsbJSApiTest.hap"

            ],

            "type": "AppInstallKit",

            "cleanup-apps": true

        },{

            "type": "ShellKit",

            "run-command": [

                "power-shell wakeup",

                "power-shell setmode 602",

                "uitest dumpLayout"

            ]

        }

    ]

}