- Implemented a minimal Flask app for testing configuration features in test_config.py. - Created a tkinter-based directory selector test in test_directory_selector.py. - Developed end-to-end API tests using Playwright in api.spec.js. - Added backup workflow tests to validate backup status and manual triggers in backup-workflow.spec.js. - Established configuration tests to ensure proper loading and submission of configuration data in configuration.spec.js. - Created dashboard tests to verify main dashboard loading and responsiveness in dashboard.spec.js. - Implemented health check tests to ensure application availability and static asset loading in health-check.spec.js. - Introduced helper functions for test utilities in test-helpers.js. - Set up global test configuration and logging in setup.js. |
||
---|---|---|
.. | ||
helpers | ||
api.spec.js | ||
backup-workflow.spec.js | ||
configuration.spec.js | ||
dashboard.spec.js | ||
health-check.spec.js | ||
setup.js |