-
Notifications
You must be signed in to change notification settings - Fork 35
07 17 2024 Meeting
Adam De Fouw edited this page Aug 12, 2024
·
29 revisions
Upgrade to new Cypress Cucumber Preprocessor package for RCTF is complete
- Moved RCTF to v1.0.86 and pushed the newest documentation - https://aldefouw.github.io/redcap_cypress/
- Diff comparison: https://github.com/aldefouw/rctf/compare/v1.0.63...v1.0.86
Documentation Updated: https://aldefouw.github.io/redcap_cypress/
-
Added B.4.27.700 - Delete Events & Arms in Production.feature - https://github.com/aldefouw/redcap_rsvc/blob/v13.1.37/Feature%20Tests/B/Longitudinal%20Project%20Setup_27/B.4.27.700%20-%20Delete%20Events%20%26%20Arms%20in%20Production.feature
-
Features Passing in Cypress Cloud / CircleCI: 147
-
All 147 features passing for 13.1.37 and 13.7.15:
v13.1.37
v13.7.15
- Windows developers ... I need your help testing the toolkit.
- I need to know whether there are any adjustments needed before we go to REDCap Con
- Tamana tried installing it on her machine and had some difficulties and I'm not an SME on Windows so I need some of you who are Windows professionals that can help me on this
ESBuild JavaScript bundler
- Bundlers are the tools that put all of our JavaScript dependency code together and make them all available within the single environment
- Moved to ESBuild completely - found a way to configure ES Build for watching for file updates
- ESBuild is way faster than Browserify
- All feature tests should be passing (minus eConsent and REDUNDANT)