Skip to content

Releases: shopware/e2e-testsuite-platform

v2.0.2

12 Aug 08:01
Compare
Choose a tag to compare
  • Fix auth cache cookie lifetimes

v1.3.2

28 Jan 08:16
Compare
Choose a tag to compare
  • Improve stability of context menu

1.3.1 - Support for Cypress 5

22 Jan 10:38
Compare
Choose a tag to compare

Minor release bump

03 Apr 06:12
Compare
Choose a tag to compare

We're proud to announce a new minor release including Cypress v4 support.

The following features and bugfix are included in this release:

  • Add promotion fixture
  • Update dependency for actual cypress@^4.0.0
  • Update documentation reference
  • Add order fixture which uses a logged-in customer
  • Adds new storefront commands and rearrange existing ones
  • Re-integrate cypress-log-to-output plugin
  • Fix incorrect fixture reference
  • Update readme for general commands
  • Change authentication storage from localStorage to Cookie

Cypress 4.0.1 Beta Release

14 Feb 14:41
Compare
Choose a tag to compare
Pre-release
  • Bumps Cypress version to 4.0.1
  • Removes Cypress plugin cypress-log-to-output due to incompatibilities

Marking Cypress as devDependency

16 Jan 08:37
Compare
Choose a tag to compare

Due to our internal Gitlab Setup, we marked Cypress as a devDependency which allows us to skip the installation of Cypress in this environment.

Thanks @leichteckig for the contribution.

Selectbox field adjustments

15 Jan 13:04
Compare
Choose a tag to compare

We changed the behavior of the select box in the Shopware platform and adjusted the corresponding command accordantly.

Product Fixture with support for tax rates

09 Jan 08:38
Compare
Choose a tag to compare

The product fixture service supports setting a tax rate for a created products. This release also removes the experimental screenshot size from v1.1.4

Screenshots on CI

09 Jan 08:35
Compare
Choose a tag to compare

Running Cypress headless using Chrome on a CI server resizes screenshots to 1280x720px (viewport size in the case of the test suite is 1920x1080px) which results in screenshots which are too small to be usual for debugging purposes.

This release contains an experimental fix for this issue. See cypress-io/cypress#2102 for more information about the fix

Bugfixes

07 Jan 08:53
Compare
Choose a tag to compare

We found a couple bugs in the last release package which got fixed with this release