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