playwright-salad
Version:
A utility package for Playwright automation testing
33 lines (32 loc) • 744 B
JSON
{
"name": "playwright-salad",
"version": "1.0.0",
"description": "A utility package for Playwright automation testing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"playwright",
"automation",
"testing",
"browser",
"selenium-alternative"
],
"author": "",
"license": "ISC",
"dependencies": {
"playwright": "^1.42.1"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/playwright-salad.git"
},
"bugs": {
"url": "https://github.com/yourusername/playwright-salad/issues"
},
"homepage": "https://github.com/yourusername/playwright-salad#readme"
}