Releases: shopware/e2e-testsuite-platform
v2.0.2
- Fix auth cache cookie lifetimes
v1.3.2
- Improve stability of context menu
1.3.1 - Support for Cypress 5
v1.3.1 1.3.1
Minor release bump
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
- Bumps Cypress version to 4.0.1
- Removes Cypress plugin
cypress-log-to-output
due to incompatibilities
Marking Cypress as devDependency
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
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
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
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