-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "learning-playwright-js",
"version": "1.0.0",
"description": "My Playwright + JavaScript learning journey, upgrading from a Selenium/Java automation background.",
"main": "index.js",
"scripts": {
"test:report":"npx playwright test example && npx playwright show-report"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Code-By-Adarsh/Learning-Playwright-JS.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Code-By-Adarsh/Learning-Playwright-JS/issues"
},
"homepage": "https://github.com/Code-By-Adarsh/Learning-Playwright-JS#readme",
"devDependencies": {
"@playwright/test": "^1.61.1",
"@types/node": "^26.1.0"
}
}