https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19883 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 70170 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70170&action=edit Bug 19883: Add a selenium script to hit all the pages The idea here would be to catch possible hidden issues, and especially when the requested data do not exist (for instance hit circulation.pl?borrowernumber=42 without borrowernumber=42 in your DB). All these pages must not return 500. This is not ready at all for inclusion for several reasons: - Based on existing data (id=1 most of the time) - DB will be modified - Not idempotent - All pages are not covered (TODO) -- You are receiving this mail because: You are watching all bug changes.