-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add unit and UI tests on a recent sample ZIM file #748
Labels
Milestone
Comments
We already had #718 for this, but I think this issue is more generic, so I'll close that one. |
It would be important to keep the step that checks some images dimensions in the UI scenario, on this newer ZIM file. |
Closed in favour of #1042. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our current unit and UI tests use an old ZIM file : wikipedia_en_ray_charles_2015-06.zim
Since then, the format and contents have evolved : at least zstd compression format, no-namespace ZIM flavor, and webp. These are implemented in kiwix-js, but not covered by our current automatic tests.
While keeping the current tests on the old ZIM file (for non-regression), we should add some on a more recent ZIM file.
Ideally, it would be on the same "Ray Charles" content, so that we could use the same scenario. I've opened openzim/zim-testing-suite#5 to have a suitable ZIM file.
The text was updated successfully, but these errors were encountered: