⬡ CRYPTOCALC

Test Documentation

Complete test documentation — Unit Tests (Jest) & End-to-End Tests (Playwright)

Running the Tests

All tests
_run_Tests.bat
Jest (unit tests)
npm test
Playwright (E2E)
npx playwright test tests/playwright/e2e/
Playwright report
npx playwright show-report tests/playwright/playwright-report
📌 Note: E2E tests require the Electron application to be built or available in development mode. The _run_Tests.bat script automatically handles the environment setup.
📋
Jest
Unit tests for crypto functions, wallet generation, utilities and validation
16 files 588 tests
../jest/_doc/index.html
🎭
Playwright
End-to-end tests for HD wallet workflows: generate, save, open, edit
2 files 6 scenarios
../playwright/_doc/index.html