-
- Downloads
Playwright aktualisiert
{ | { | ||
"name": "playwright", | "name": "playwright", | ||
"version": "1.1.0", | "version": "1.2.0", | ||
"description": "", | "description": "Testumgebung für Playwright", | ||
"main": "index.js", | "main": "", | ||
"scripts": { | "scripts": { | ||
"ui": "npx playwright test --ui", | "ui": "npx playwright test --ui", | ||
"last": "npx playwright show-report", | "last": "npx playwright show-report", | ||
... | @@ -11,13 +11,13 @@ | ... | @@ -11,13 +11,13 @@ |
"author": "Jens Grochtdreis", | "author": "Jens Grochtdreis", | ||
"license": "ISC", | "license": "ISC", | ||
"devDependencies": { | "devDependencies": { | ||
"@playwright/test": "^1.41.0", | "@playwright/test": "^1.42.1", | ||
"lighthouse": "^11.4.0", | "lighthouse": "^11.6.0", | ||
"playwright": "^1.41.0", | "playwright": "^1.42.1", | ||
"rimraf": "^5.0.5" | "rimraf": "^5.0.5" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@axe-core/playwright": "^4.8.3", | "@axe-core/playwright": "^4.8.5", | ||
"expect-axe-playwright": "^4.0.1", | "expect-axe-playwright": "^4.0.1", | ||
"playwright-lighthouse": "^4.0.0" | "playwright-lighthouse": "^4.0.0" | ||
} | } | ||
... | ... |
Please register or sign in to comment