A simple test framework would help progress here significantly. Since the feature set is slowly increasing, testing larger iterations, such as #57 by hand is tedious and error prone.
Test framework should cover at least:
- Website tests (e.g., via Selenium, to test scans, downloads)
- API calls (to test scans)
- Python backend (e.g., order of pages, etc.)
- General startup of container in different configurations, etc.
A simple test framework would help progress here significantly. Since the feature set is slowly increasing, testing larger iterations, such as #57 by hand is tedious and error prone.
Test framework should cover at least: