-
Notifications
You must be signed in to change notification settings - Fork 35
04 10 2024 Meeting
Adam De Fouw edited this page Apr 10, 2024
·
22 revisions
- All 124 features passing on 13.1.37
-
All 124 features passing on 13.7.15
-
RSVC Gherkin diff - 13.1.37 vs 13.7.15:
-
https://github.com/aldefouw/redcap_rsvc/compare/v13.1.37...aldefouw:redcap_rsvc:v13.7.15
-
All 124 features passing on 14.0.6
-
RSVC Gherkin diff - 13.1.37 vs 14.0.6:
RCTF Diff between 13.1.37 and 14.0.6:
https://github.com/aldefouw/rctf/compare/v1.0.52...v1.0.54
- Most of our features are driven by functional requirements
- We're relying on the Change Log - which is good, but doesn't tell the whole story
- Code coverage metrics will allow us to see what PHP code is being hit
- Actively working on implementing this
- Big challenge is that since we'll run the tests in parallel, we'll need to use combine the reports from each machine together at the end
- Making some good progress - already have code coverage metrics working on CI machines, just need to fix ability to combine XML reports