Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 1.3.0 (#35) * feat: add option changing scrolling behavior (#30) * feat: allow changing scrolling behavior for realClick and realHover * feat: Fallback to Cypress.config('scrollBehavior') * feat: Add specs for scrollBehavior to click and hover * fix: ignore TS errors or Cypress <6.1.0 * fix: remove false option for scrollBehavior * fix: bump dev dependency for cypress to 6.1 for compilation error * [] Move scrollBehavior specs directly into click.spec and hover.spec * [] Fix failing swipe tests by passing scrollBehavior * Reduce renames * Remove unused option Co-authored-by: Dmitriy Kovalenko <[email protected]> * Add support for radius options in realTouch (#31) * test: add test for radius options in realTouch (#32) * fix(realTouch): accept 0 for position x/y values (#33) * feat: Transpile files to cjs (#34) * fix: calculate positions for elements inside iframes correctly (#29) * fix: calculate positions for elements inside iframes correctly * Handle iframes with scale transforms * [] Refactor getCypressElementCoordinates to better handle scaled frames * [] Add tests for click and hover in iframes * [] Add HTML files to fixtures folder * Remove unnecessary @ts-expect-error * Change logic of get cypress element * Make swipe tests retryable Co-authored-by: Dmitriy Kovalenko <[email protected]> * Fix touch radius test Co-authored-by: Kevin Fleischman <[email protected]> Co-authored-by: Mateusz Burzyński <[email protected]> Co-authored-by: Izhaki <[email protected]> Co-authored-by: Kevin Fleischman <[email protected]> * Revert "1.3.0 (#35)" This reverts commit db00220. * chore(readme): Add badge and fix typo Co-authored-by: Kevin Fleischman <[email protected]> Co-authored-by: Mateusz Burzyński <[email protected]> Co-authored-by: Izhaki <[email protected]> Co-authored-by: Kevin Fleischman <[email protected]>
- Loading branch information