Playwright_Java_Web_Testing/package.json

19 lines
355 B
JSON

{
"name": "automated-web-testing-with-javascript-and-playwright",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "playwright test --headed"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.37.1"
},
"dependencies": {
"uuid": "^9.0.0"
}
}