haltakov / simple-photo-gallery

Beautiful and simple photo galleries that help you tell your story. Free and open-source.
https://haltakov.net/simple-photo-gallery
MIT License
194 stars 51 forks source link

Create a gallery and scripts to help with developer testing #136

Closed kroesche closed 5 months ago

kroesche commented 5 months ago

This adds a new test gallery under examples, and some scripts to make it easier to do repeatable testing. This provides a foundation to make it easier to reproduce and prove fixes when there is a problem. It has 3 small images (< 100K file size) to use as test images. I expect over time that a small number will be added in the future to test fixes (like the truncated image problem).

This test gallery works for local files init and build but reveals problems with remote albums that will be addressed with following PRs.

This PR does not change any function of SPG, just adds some test infrastructure.