• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "description": "Configuration for hjunit demo Tests",
3  "driver": {
4    "type": "OHJSUnitTest",
5    "test-timeout": "1200000",
6    "shell-timeout": "900000",
7    "testcase-timeout": "600000",
8    "bundle-name": "com.openharmony.certificateframework",
9    "package-name": "com.openharmony.certificateframework"
10  },
11  "kits": [
12    {
13      "test-file-name": ["ActsCertificateFrameworkJSNormalTest.hap"],
14      "type": "AppInstallKit",
15      "cleanup-apps": true
16    },
17    {
18      "type": "ShellKit",
19      "run-command": ["remount", "mkdir -p /data/local/tmp/xts-test"]
20    },
21    {
22      "type": "PushKit",
23      "push": [
24        "ActsCertificateFrameworkJSNormalTest.hap->/data/local/tmp/xts-test/ActsCertificateFrameworkJSNormalTest.hap"
25      ]
26    },
27    {
28      "type": "ShellKit",
29      "run-command": ["chmod 777 -R /data/local/tmp/xts-test"]
30    }
31  ]
32}
33