https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0cdeea831cad1521409387c055d5f2c702a1dd88 authored by Ian Clelland on 11 April 2018, 02:30:42 UTC
Make DOMTokenList.supports() case-insensitive
Tip revision: 0cdeea8
commands.json
{
    "run": {"path": "run.py", "script": "run", "parser": "create_parser", "help": "Run tests in a browser",
            "virtualenv": true, "install": ["requests"], "requirements": ["../wptrunner/requirements.txt"]},
    "update-expectations": {"path": "update.py", "script": "update_expectations",
                            "parser": "create_parser_update", "help": "Update expectations files from raw logs.",
                            "virtualenv": true, "install": ["requests"],
                            "requirements": ["../wptrunner/requirements.txt"]},
    "files-changed": {"path": "testfiles.py", "script": "run_changed_files", "parser": "get_parser",
                      "help": "Get a list of files that have changed", "virtualenv": false},
    "tests-affected": {"path": "testfiles.py", "script": "run_tests_affected", "parser": "get_parser_affected",
                       "help": "Get a list of tests affected by changes", "virtualenv": false},
    "install": {"path": "install.py", "script": "run", "parser": "get_parser", "help": "Install browser components",
                "install": ["mozdownload", "mozinstall"]},
    "branch-point": {"path": "testfiles.py", "script": "display_branch_point", "parser": null, "help": "Print branch point from master", "virtualenv": false}
}
back to top