You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,3 +48,26 @@ For each PR made, an entry should be added to this changelog. It should contain
48
48
- Changes:
49
49
- Added config_generation/tests/test_config_generation_pipeline.py which tests the config and job generation pipeline, ensuring all components interact correctly
50
50
- config_generation/tests/test_db_to_xml.py is updated to include comprehensive tests for XML Processing
51
+
52
+
- 1001-tests-for-critical-functionalities
53
+
- Description: Critical functionalities have been identified and listed, and critical areas lacking tests listed
54
+
- Changes:
55
+
- Integrated coverage.py as an indicative tool in the workflow for automated coverage reports on PRs, with separate display from test results.
56
+
- Introduced docs/architecture-decisions/testing_strategy.md, which includes the coverage report, lists critical areas, and specifically identifies those critical areas that are untested or under-tested.
- Description: Set up comprehensive frontend testing infrastructure using Selenium WebDriver with Chrome, establishing a foundation for automated UI testing.
60
+
- Changes:
61
+
- Added Selenium testing dependency to `requirements/local.txt`
62
+
- Updated Dockerfile to support Chrome and ChromeDriver
63
+
- Created BaseTestCase and AuthenticationMixin for reusable test components
0 commit comments