Complete test documentation — Unit Tests (Jest) & End-to-End Tests (Playwright)
_run_Tests.bat
npm test
npx playwright test tests/playwright/e2e/
npx playwright show-report tests/playwright/playwright-report
_run_Tests.bat script automatically handles the environment setup.