Skip to content

App Dashboard

This page lists all the test cases for this feature. Test cases are followed by an explanatory legend.

The dashboard now benefits from complementary automation layers:

  • business/data validation through pytest in tests/test_dashboard.py;
  • user-path and display-format validation through Playwright Chromium in e2e/src/tests/dashboardGlobal.spec.ts.

πŸ—ƒοΈ Test cases

Coverage rate: 83%

Status ID Title
● Active tc-dash01 Verify total portfolio value calculation (chart)
● Active tc-dash02 Verify overall daily performance calculation
● Active tc-dash03 Verify display of Top/Flop Performers
● Active tc-dash04 Verify "52-Week Analysis" functionality
● Active tc-dash05 Verify behavior with an empty database
● To Do Dashboard: Graceful fallback rendering when an internal exception occurs
● To Do Mobile Display: Responsive layout check

β“˜ Coverage status legend

Status Description
● Active The test case is covered by automated validation in pytest, Playwright, or both depending on the nature of the check.
● To Do The test case is defined but does not yet have a corresponding pytest test.