• 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.certificateframework2",
9      "package-name": "com.openharmony.certificateframework2"
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsCertFrameworkTwoJSNormalTest.hap"
15            ],
16            "type": "AppInstallKit",
17            "cleanup-apps": true
18        },
19        {
20          "type": "ShellKit",
21          "run-command": [
22            "remount",
23            "mkdir -p /data/local/tmp/xts-test",
24            "chmod 777 -R /data/local/tmp/xts-test"
25          ]
26        },
27        {
28          "type": "PushKit",
29          "push": [
30            "ActsCertFrameworkTwoJSNormalTest.hap -> /data/local/tmp/xts-test/ActsCertFrameworkTwoJSNormalTest.hap"
31          ]
32        }
33    ]
34}