playwright/utils/testrunner/package.json

19 lines
408 B
JSON
Raw Normal View History

2019-11-19 05:18:28 +03:00
{
"name": "@pptr/testrunner",
"version": "0.8.0",
"description": "Playwright testrunner",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/playwright/tree/master/utils/testrunner"
},
"author": "The Chromium Authors",
"license": "Apache-2.0"
}