playwright-test-workflow
Version:
Global test workflow package for Playwright with custom reporters
25 lines (24 loc) • 505 B
JSON
{
"name": "playwright-test-workflow",
"version": "1.0.0",
"description": "Global test workflow package for Playwright with custom reporters",
"main": "index.js",
"bin": {
"test-workflow": "bin/test-workflow.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"playwright",
"testing",
"workflow",
"reporting"
],
"author": "",
"license": "MIT",
"dependencies": {
"fs-extra": "^11.1.1",
"path": "^0.12.7"
}
}