19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"name": "playwright-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"integration": "playwright test",
|
|
"integration:open": "playwright test --ui",
|
|
"integration:codegen": "playwright codegen"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.41.2",
|
|
"@types/node": "^20.11.20"
|
|
}
|
|
}
|