Qqiaozzzh新增用例
49c62593创建于 2025年3月11日历史提交
{
  "description": "Configuration for hjunit demo Tests",
  "driver": {
    "type": "OHJSUnitTest",
    "test-timeout": "1200000",
    "shell-timeout": "900000",
    "testcase-timeout": "600000",
    "bundle-name": "com.example.myapplication101",
    "module-name": "entry_test"
  },
  "kits": [
    {
      "type": "ShellKit",
      "run-command": [

          "power-shell wakeup",
          "hidumper -s 3301 -a -t"
      ],
      "teardown-command":[
          "power-shell suspend"
      ]
  },
    {
      "test-file-name": [
        "ActsUserAuthIconTest.hap"
      ],
      "type": "AppInstallKit",
      "cleanup-apps": true
    }
  ]
}