@selfage/puppeteer_test_runner
Version:
Let each test file be executable on its own.
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "@selfage/puppeteer_test_runner",
"version": "1.3.0",
"description": "Let each test file be executable on its own.",
"repository": {
"type": "git",
"url": "git+https://github.com/selfage/puppeteer_test_runner.git"
},
"keywords": [
"Test",
"Testing",
"Runner",
"Executable",
"Browser",
"Puppeteer",
"Environment",
"Context",
"TypeScript"
],
"author": "Yuxuan Xie <teststaybaka@gmail.com> (http://www.yuxuanxie.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/selfage/puppeteer_test_runner/issues"
},
"homepage": "https://github.com/selfage/puppeteer_test_runner#readme",
"main": "./runner.js",
"types": "./runner.d.ts",
"files": [
"**/*.d.ts",
"**/*.js"
],
"devDependencies": {
"@selfage/cli": "^5.0.0",
"@selfage/tsconfig": "^1.1.0",
"@types/node": "^22.0.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@selfage/puppeteer_test_executor_api": "^5.2.1",
"@selfage/test_runner": "^5.2.0"
}
}