Cypress Wait Until Versions Save

Add the Cypress waiting power to virtually everything πŸŽ‰

v3.0.1

6 months ago

3.0.1 (2023-12-01)

Bug Fixes

v3.0.0

6 months ago

3.0.0 (2023-12-01)

BREAKING CHANGES

  • TypeScript tests could now throw because of operations made on the value returned by checkFunction (passed to cy.waitUntil). The type was previously undefined while now reflecting the type returned by checkFunction.

v2.0.1

10 months ago

2.0.1 (2023-08-05)

Bug Fixes

  • Unset the Node.js and NPM version (213b780), closes #472

v2.0.0

1 year ago

2.0.0 (2023-06-14)

Bug Fixes

  • update the timeout logic to consider also the checkFunction duration (146a775), closes #464

BREAKING CHANGES

  • The timeout is now respected even if checkFunction takes a long time. As a result, you could face that your checkFunction runs less times.

  • Drop support for Node.js < 18.16.0

v1.7.1

4 years ago

1.7.1 (2020-05-13)

Bug Fixes

  • πŸ› Fix the TypeScript signature (126fea6), closes #134

v1.7.0

4 years ago

1.7.0 (2020-05-05)

Features

  • 🎸 The errorMsg option can be a function (5e13105), closes #126

v1.6.1

4 years ago

1.6.1 (2019-12-12)

Bug Fixes

  • πŸ›Fixes TS definition for logger and updates script for running locally (#66) (b4eb742)

v1.6.0

4 years ago

1.6.0 (2019-10-31)

Bug Fixes

  • πŸ› Allow to turn off logging (238f33b)

Features

  • 🎸 Add logging verbosity (7de14e9), closes #53
  • 🎸 Allow even more logging customization (ed852c3)

v1.5.0

4 years ago

1.5.0 (2019-10-30)

Features

  • 🎸 Make the Cypress video recordings publicly available (3249d76)

v1.4.0

4 years ago

1.4.0 (2019-10-30)

Bug Fixes

  • πŸ› Fix the TS signature (40741f2)
  • πŸ› Get the function really chainable (3be5d1e)
  • πŸ› Manage the log (d97e3fb), closes #53
  • πŸ› The interval is now respected (887ad64), closes #39

Features

  • 🎸 Makre the plugin chainable (f3ea69b), closes #40