Files
sdetProfile/package.json
T
Builder ef2b77d6ba
CI / skip-ci-check (pull_request) Successful in 22s
CI / secret-scan (pull_request) Successful in 20s
CI / node-ci (pull_request) Successful in 1m7s
Move public URL to sdet.levkin.ca
Apex iliadobkin.com is now the personal hub; this Playwright portfolio lives on sdet.
2026-07-29 13:55:42 -04:00

34 lines
1.1 KiB
JSON

{
"name": "portfolio-tests",
"private": true,
"description": "Playwright tests for sdet.levkin.ca — the portfolio that looks like a Playwright report, tested by actual Playwright.",
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:ui": "playwright test --ui",
"report": "playwright show-report",
"lint": "npm-run-all -p lint:js lint:css lint:html",
"lint:js": "eslint .",
"lint:js:fix": "eslint . --fix",
"lint:css": "stylelint \"css/**/*.css\"",
"lint:css:fix": "stylelint \"css/**/*.css\" --fix",
"lint:html": "html-validate index.html",
"typecheck": "tsc --noEmit",
"check": "npm-run-all -p lint typecheck test"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.52.0",
"@types/node": "^25.7.0",
"eslint": "^10.3.0",
"globals": "^17.6.0",
"html-validate": "^11.0.0",
"npm-run-all2": "^8.0.4",
"serve": "^14.2.6",
"stylelint": "^17.11.0",
"stylelint-config-standard": "^40.0.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.3"
}
}