Files
servo/tests/wpt/web-platform-tests/tools/docker/commands.json

27 lines
528 B
JSON

{
"docker-run": {
"path": "frontend.py",
"script": "run",
"parser": "parser_run",
"help": "Run wpt docker image",
"virtualenv": false
},
"docker-build": {
"path": "frontend.py",
"script": "build",
"help": "Build wpt docker image",
"virtualenv": false
},
"docker-push": {
"path": "frontend.py",
"script": "push",
"parser": "parser_push",
"help": "Build and push wpt docker image",
"virtualenv": true,
"install": [
"requests",
"pyyaml"
]
}
}