23 lines
456 B
JSON
23 lines
456 B
JSON
![]() |
{
|
||
|
"name": "playwright-demo",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "demo.js",
|
||
|
"scripts": {
|
||
|
"init":"playwright install",
|
||
|
"codegen":"playwright codegen",
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"@types/chai": "^4.2.18",
|
||
|
"@types/mocha": "^8.2.2",
|
||
|
"chai": "^4.3.4",
|
||
|
"mocha": "^8.4.0",
|
||
|
"playwright": "^1.11.1",
|
||
|
"ts-node": "^10.0.0",
|
||
|
"typescript": "^4.3.2"
|
||
|
}
|
||
|
}
|