{

    "description": "Configuration for nfc js api Tests",

    "driver": {

        "type": "OHJSUnitTest",

        "test-timeout": "600000",

        "shell-timeout": "600000",

        "testcase-timeout": "600000",

        "bundle-name": "ohos.acts.communication.nfc.nfcdevice",

        "package-name": "ohos.acts.communication.nfc.nfcdevice"

    },

    "kits": [

        {

            "test-file-name": [

                "ActsNfcSEServiceAdapt001Test.hap"

            ],

            "type": "AppInstallKit",

            "cleanup-apps": true

        },

        {

            "type": "ShellKit",

            "run-command": [

                "svc nfc enable",

                "power-shell wakeup",

                "power-shell setmode 602"

            ]

        }

    ]

}