Skip to content

Releases: dmtrKovalenko/cypress-real-events

v1.7.1

26 Jun 18:29
Compare
Choose a tag to compare

1.7.1 (2022-06-26)

Support for cypress v10

Bug Fixes

  • realClick: only report secondary button being pressed with button: right (#271) (29d69a0)

v1.7.0

11 Feb 18:21
Compare
Choose a tag to compare

1.7.0 (2022-02-11)

Bug Fixes

  • clickCount: dispatch appropriate amount of clicks with clickCount (#212) (af1861a)

Features

  • db.realMouseMove command (#223) (87bc559)
  • mouse button: Allow to specify button option for realMouseDown and realMouseUp (#201) (b67d5de)

v1.6.0

02 Dec 16:36
Compare
Choose a tag to compare

1.6.0 (2021-12-02)

Features

v1.5.1

26 Jul 17:05
c4889ed
Compare
Choose a tag to compare

1.5.1 (2021-07-26)

Updates

  • Support Cypress v8

Bug Fixes

  • Enter doesn't fire trust click event (#132) (5978a6e)

v1.5.0

31 May 05:38
a6566a7
Compare
Choose a tag to compare

1.5.0 (2021-05-31)

Features

  • Add cy.realMouseDown command (c04ef7b)
  • Make cy.realPress {enter} to be functional for accessibility navigation (#69) (712899e)

v1.4.0

29 Apr 07:00
1df0119
Compare
Choose a tag to compare

1.4.0 (2021-04-29)

Bug Fixes

  • types: Accept false as valid scrollBehavior value (#40) (3f7c7d7)

Features

v1.3.0

05 Mar 16:50
fd5b6c7
Compare
Choose a tag to compare

1.3.0 (2021-03-05)

Bug Fixes

  • Сalculate positions for elements inside nested iframes correctly (#29) (3c8f01a)
  • realTouch: accept 0 for position x/y values (#33) (559c1b8)

Features

  • Add support for radius option in cy.realTouch (#31)
  • Add option changing scrolling behavior (#30) (7a80cb7)
  • Transpile files to cjs (#34) (f343147)

v1.2.0

05 Feb 19:53
857dae6
Compare
Choose a tag to compare

1.2.0 (2021-02-05)

Features

  • Add ability to fire shortcuts and keymodifiers using cy.realPress (#22) (fe7103d)
  • Add cy.realSwipe command (#21) (457f6d1)
  • Addcy.realTouch command (#15) (ecd6f7e)

v1.1.0

29 Nov 15:15
Compare
Choose a tag to compare

1.1.0 (2020-11-29)

Features

  • position option for cy.realClick and cy.realhover (816a668)

It allows to make clicks on any position relative to any element.

cy.realClick({ position: "topLeft" })
cy.realClick({ x: 10, y: 10 }) 

Screen Recording 2020-11-29 at 17 00 07

  • More keycode definitions for cy.realPress. From now its possible to use both Cypress and Puppeteer keys.
cy.realPress("Escape")
cy.realPress("ArrowUp")
// the same as 
cy.realPress("{esc}")
cy.realPress("{uparrow}")

Bugfixes

  • Remove global console.logs 🤦‍♂️🤦‍♀️🙈
  • Fix log message for cy.realType

v1.0.0

22 Nov 17:24
Compare
Choose a tag to compare

Initial release 🐣