2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-11 07:10:26 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Romain
6203e16b28 test: additional assertions for the cleanup behaviour 2023-12-02 15:10:07 +00:00
Romain
8a43cebc72 feat: support multiple scan modes for partial gallery generation 2023-04-13 20:20:33 +00:00
Romain
a5f97ef5c8 fix: restore Picasa support after regression bug
Fixes #204
2021-03-08 23:37:08 +01:00
Romain
0dd4fc7e4c test: add more end-to-end integration tests 2021-03-08 23:10:18 +01:00
Romain
fd1a0069a5 chore: move all testable code to <src> 2021-02-18 22:27:35 +01:00
Romain
61dc0c588d chore: cleanup Mocha test output 2021-01-20 00:02:50 +01:00
Romain
3671c1211c refactor(cli): simplify options parsing + include options in integration test 2019-07-07 22:09:20 +02:00
Romain
f088615caa feat(cli): now option to set the home album name
Part of #176
2019-07-07 19:38:32 +02:00
Nikolai Kim
6b7df75ea4 Use Slugify for Albun names 2019-01-06 23:52:21 +03:00
Romain
832673f322 refactor(tests): integration tests as part of the Mocha suite
Some benefits:
- no need to check-in a full website to compare against
- targeted asserts, instead of a “should be 100% the same”
- more robust against cosmetic theme changes
- allows for testing more edge cases in the future
- can’t forget to run the integration tests since they’re part of “npm test”
2018-06-16 18:28:58 +02:00