Marco Ciampini
Marco Ciampini
https://github.com/cypress-io/cypress/issues/830 https://github.com/cypress-io/cypress/issues/144
For now, all tests (including some e2e tests) are run through Karma + Mocha + Chai. Missing tests are mainly around user interaction (clicks, drag...)
Hey Pim, Can you try to see if you can reproduce the bug on the commit tagged with version 1.0.0? It may make it easier to track where the bug...
I remember writing tests for that part (and using `simulant`), it was quite tricky. Also, if we go for native pointer events, we will need to add the polyfill (given...
Hey @andreabosman16 , thank you for letting me know about your usecase! I am well aware of `lit-html` and `lit-element`, but I always wanted this to be a vanilla Web...
Hey @phatdunny , thank you for reaching out — I'm glad you like the component! I did have a look at `lit-html` and I quite like it, but I don't...
It's a tricky one. I have a few thoughts about `reducedMotion`: - On one hand, I would like to disable the drag completely, as dragging the slides _is_ motion -...
Idea: split the pagination in a separate WC, and also provide a different type of pagination (e.g. a progress bar)
I remember making a mental note about this. As you said, it's not a trivial issue because as slides become visible/invisible, their focusability changes too. I'll have to spend some...
A11y: - play/pause button - Pause on mouseover and focusin; play again on mouseleave and focusout (if the pause button was not pressed)