{
    "test_page": "tests/all-tests.html",
    "timeout": 300,
    "reporter": "tap",
    "report_file": "report.tap",
    "launchers": {
        "Node Module Basic Packaging Tests": {
            "command": "node tests/node-tests/basic-node-tests.js --tap",
            "protocol": "tap"
        }
    }
}
