Results 183 comments of Mossroy

SauceLabs does provide an IE11 instance (and even older versions : https://saucelabs.com/resources/articles/testing-on-internet-explorer). And we already run the UI tests on IE11. It should only be a matter of uncommenting line...

It looks like a jQuery-specific enhancement to catch-up what is natively done by the browser in ServiceWorker mode. Unless it's critical, I wouldn't bother and label this as "wontfix". Here,...

If you want, but let's take care this would be straightforward

It's true that we did not work on accessibility of our app for blind people or partially-sighted users. First step is probably to make tab key browse the search results....

I'm not sure. This kind of feature might be a good solution to provide some additional features without wasting screen space. The disadvantage is that the context menu looks hard...

Well, that would need a discussion with @kelson42 (and maybe other ones) To understand the need, first of all. We also need to know how this use of a ServiceWorker...

Very interesting. I'm trying to activate it. I think I've set it up for kiwix-js, but for now nothing appears on the dashboard. I created a dummy pull request to...

I've added a step in .travis.yml to run codecov in https://github.com/kiwix/kiwix-js/pull/533. It runs well but does not find any coverage report. I don't know if it's possible to create one...

kiwix-js has both unit and UI tests. Both are currently run with the same infrastructure. Unit tests are focused on the "backend" that reads the ZIM file (which we will...

@Bam92 : this seems complicated to implement and I'm not sure it is the highest priority. Regarding the UI tests, I don't see an easy way to plug them on...