27 lines
964 B
JSON
27 lines
964 B
JSON
{
|
|
"name": "hh",
|
|
"version": "0.1.0",
|
|
"description": "**AlHammadi Group (Saudi Arabia)**",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:headed": "playwright test --headed",
|
|
"test:e2e:debug": "playwright test --debug",
|
|
"test:e2e:auth": "playwright test e2e/tests/auth",
|
|
"test:e2e:public": "playwright test e2e/tests/public-forms",
|
|
"test:e2e:roles": "playwright test e2e/tests/roles",
|
|
"test:e2e:matrix": "playwright test e2e/tests/roles/access-matrix",
|
|
"test:e2e:report": "playwright show-report e2e/results/html-report",
|
|
"e2e:setup": ".venv/bin/python manage.py create_e2e_test_users",
|
|
"e2e:setup:clean": ".venv/bin/python manage.py create_e2e_test_users --delete-existing"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.59.1",
|
|
"@types/node": "^25.5.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^6.0.2"
|
|
}
|
|
}
|