mirror of
https://github.com/home-assistant/core.git
synced 2026-08-16 02:02:56 +01:00
14 lines
298 B
JSON
14 lines
298 B
JSON
{
|
|
"name": "home-assistant-e2e-tests",
|
|
"version": "1.0.0",
|
|
"description": "End-to-end browser tests for Home Assistant Core",
|
|
"private": true,
|
|
"packageManager": "pnpm@11.21.0",
|
|
"scripts": {
|
|
"test": "playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.61.1"
|
|
}
|
|
}
|