-
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) · 782 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 782 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": "openmrs03",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node scripts/run_tests.js",
"test:sequential": "playwright test --project=\"OpenMRS E2E Test\" --workers=1",
"test:headed": "playwright test --project=\"OpenMRS E2E Test\" --headed",
"test:debug": "playwright test --project=\"OpenMRS E2E Test\" --workers=1 --debug",
"test:report": "playwright show-report",
"test:ui": "playwright test --project=\"OpenMRS E2E Test\" --ui"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@playwright/test": "^1.56.1",
"@types/node": "^24.10.1",
"allure-commandline": "^2.34.1",
"allure-playwright": "^3.4.2",
"dotenv": "^17.2.3"
}
}