mirror of
https://github.com/home-assistant/core.git
synced 2026-08-03 20:24:55 +02:00
39e32ce0b2
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.13.0",
|
|
"scripts": {
|
|
"test": "playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.61.1"
|
|
}
|
|
}
|