Skip to content

Releases: tschortsch/cypress-wp-test-utils

1.0.0

16 Mar 13:54
7f63b56
Compare
Choose a tag to compare
  • [Feature] Add support for cypress 11.x & 12.x.
  • [Compatibility] Compatibility with WordPress 6.1.
  • [Fix] Use @cypress/xpath instead of depreacted cypress-xpath package.

0.8.0

26 Aug 20:46
a196510
Compare
Choose a tag to compare
  • [Feature] Add support for cypress 10.x.

0.7.1

08 Dec 18:55
Compare
Choose a tag to compare
  • [Fix] Fix selector in toolbarOptionIsActive command.

0.7.0

08 Dec 17:57
Compare
Choose a tag to compare
  • [Change] Use xpath union operator to handle selectors for different WordPress versions. With this change the wpVersion config option is not used anymore and can be removed from the env variables.

0.6.0

02 Dec 13:31
Compare
Choose a tag to compare
  • [Compatibility] Compatibility with WordPress 5.9.
  • [Feature] wpVersion config option now accepts 5.9 as valid value. Since WordPress 5.9 is still in beta phase the default value for this option remains at 5.8.
  • [Feature] Export config object with applied default values so that it can be reused in own tests.
  • [Fix] Fix openGlobalBlockInserter and searchForBlock commands when used with WordPress 5.9.

0.5.0

23 Nov 20:15
Compare
Choose a tag to compare
  • [Feature] Add support for cypress 9.x.
  • [Fix] Return types of some commands.

0.4.0

10 Oct 14:26
Compare
Choose a tag to compare
  • [Fix] Always click on first matching element in insertBlock command.
  • [Fix] Fix openGlobalBlockInserter command when used with WordPress 5.7.

0.3.0

22 Jul 07:59
8501e69
Compare
Choose a tag to compare
  • [Feature] Introduce new wpVersion config option to set the WordPress version where the tests are being run. Possible values are 5.7 or 5.8 (Default 5.8).
  • [Dependencies] Bump dependency versions

0.2.0

28 May 20:54
Compare
Choose a tag to compare
  • [Internal] Migrate codebase to TypeScript
  • [Dependencies] Bump dependency versions

0.1.0

14 May 18:21
Compare
Choose a tag to compare

First public release 🎉 🚀