puppeteer/utils/testrunner/package.json
Andrey Lushnikov 7406b185d2
chore(testrunner): introduce tests for TestRunner (#4773)
This adds some basic tests for the test runner.
2019-07-30 13:19:12 -07:00

19 lines
409 B
JSON

{
"name": "@pptr/testrunner",
"version": "0.7.0",
"description": "Puppeteer testrunner",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/GoogleChrome/puppeteer/tree/master/utils/testrunner"
},
"author": "The Chromium Authors",
"license": "Apache-2.0"
}