https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38426
--- Comment #13 from Victor Grousset/tuxayo <[email protected]> --- We have pieces of a test plan even without a patch: Comment 1. And comment 8 for a bit more test cases at the end. And there is the dependency on the patch from bug 38770. But yes it looks weird. Because the change will be outside of Koha's repository. So not having an explicit test plan doesn't help. === Test plan === 1. Follow Bug 38770 test plan 2. Test the following things to actually test the node upgrade (It's not the main point of Bug 38770) 3. yarn api:bundle 4. yarn cypress run 5. sudo yarn add prettier --modules-folder /kohadevbox/node_modules 6. yarn prettier koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts 7. sudo yarn remove prettier --modules-folder /kohadevbox/node_modules That mess is because we don't have bug 38149 8. yarn js:build 9. yarn css:build Feel free to post an updated version if I forgot or mistaken things while piecing things together. comment 1 mentions these not working. * yarn js:build * yarn css:build and comment 8 mentions cypress not working These work on my side. So if they work for someone else, we can safely signoff. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
