-
Notifications
You must be signed in to change notification settings - Fork 3
Add a sample ZIM file suitable for automated unit & UI tests in kiwix-js #5
Description
In kiwix-js, we currently use an old wikipedia_en_ray_charles_2015-06.zim to run our automated unit and UI tests.
We would need an equivalent more recent one (with no-namespace, zstd, webp etc) so that these new formats/contents are covered by CI tests.
I see that the same content has been updated very recently with https://download.kiwix.org/zim/wikipedia/wikipedia_en_ray_charles_maxi_2021-08.zim . It seems to use zstd and webp, but not the no-namespace format.
Could this Ray Charles content be updated with no-namespace format? It would be ideal for us as we could keep most of our test scenario.
If it's not possible, another content might be used instead, with similar criteria :
- wikimedia-based
- with some images (and other types of content if possible, like audio) inside articles
- with a main page
- with some hyperlinks between articles
- with all the recent OpenZIM features and contents
- small file (ideally around 1MB)
- split in several .zimxx files (but we'll do that ourself)
I did not find such file in https://github.com/openzim/zim-testing-suite/tree/main/data/nons (wikibooks and the "climate change" one do not seem to have images inside articles)