7ccc384ebc
Covers axes, live label format, path update on delta, 1 s poll cadence, rate decay after CHART_TICK, burst overflow clamp, and header elements. All network I/O mocked via page.route(); no live Quarkus server required. Co-Authored-By: Mira Rehfeld <noreply@anthropic.com>
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"name": "apix-admin-tests",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:headed": "playwright test --headed",
|
|
"test:report": "playwright show-report"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.44.0"
|
|
}
|
|
}
|