See if we can automate the capture of as many screenshots as possible for the Koha documentation, in as many languages as possible.
I've added a URL for a Git repository and work I had done some time ago. Need to refresh the tooling and see if any other options are available. See also this information on the Wiki: https://wiki.koha-community.org/wiki/Documentation_Automated_Screencapture
I've been experimenting with using Cypress.io to generate screenshots - it seems to work OK. It uses Node.js and the Cypress.io testing framework library. See the repository https://codeberg.org/davidnind/koha-automated-screenshots Just some basic examples for the moment, more to add to more comprehensively test and generate a wider range of screenshots.
> cy.title().should("eq", "Koha staff interface") You should not write such tests, it will fail if the interface is translated ;)
Closing this bug as the work is now being done on bug 34076