diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-06-22 15:11:57 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-06-22 15:11:57 -0700 |
| commit | 8c982759f0bd9f1d09798a8b732c374e833705a5 (patch) | |
| tree | fc301ef14feae050fe58c5a75af2aba8720c4f35 /frontend/package.json | |
| parent | e66c7b9171c8c08da38120490bed15a9b877d222 (diff) | |
test: add Playwright E2E suite for News tab
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index fdd6d96..00904de 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,6 +18,7 @@ "recharts": "^3.8.1" }, "devDependencies": { + "@playwright/test": "^1.56.1", "@types/node": "^22.10.5", "@types/plotly.js": "^2.35.1", "@types/react": "^19.0.2", @@ -25,6 +26,7 @@ "@types/react-plotly.js": "^2.6.4", "eslint": "^9.17.0", "eslint-config-next": "^16.2.6", + "playwright": "^1.56.1", "typescript": "^5.7.2" } } |
