summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/manifest/commands.json
blob: 769675e0ee42c6efc36fc1150778682f933a6465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "manifest": {
    "path": "update.py",
    "script": "run",
    "parser": "create_parser",
    "help": "Update the MANIFEST.json file",
    "virtualenv": false
  },
  "manifest-download": {
    "path": "download.py",
    "script": "run",
    "parser": "create_parser",
    "help": "Download recent pregenerated MANIFEST.json file",
    "virtualenv": false
  },
  "test-paths": {
    "path": "testpaths.py",
    "script": "run",
    "parser": "create_parser",
    "help": "Print test paths given a set of test ids",
    "virtualenv": false
  }
}