magento2-cypress-testing-suite
magento2-cypress-testing-suite copied to clipboard
A community-driven Cypress testing suite for Magento 2
## Description. Test all static content such as the header and footer are working correctly and that the homepage is working correctly. ## Tests - [ ] Tests if the...
## Description. Testing cache cleanup, indexing, tax, checking exceptions on all pages, etc. ## Tests - [ ] Admin panel is working properly - [ ] Orders are added correctly...
## Tests - [ ] it can open the default CMS page correctly - [ ] it shows the default 404 page on an non-existent route
## Tests - [x] it shows the contact form correctly - [ ] it cannot submit a form when no valid email address is entered - [x] it can submit...
``` Running: account.spec.js (10 of 10) Account test creation ✓ Can create an account (4599ms) Account activities ✓ Can use API to login (16069ms) ✓ Can check your profile (4938ms)...
Cypress will automatically take any env vars starting with `CYPRESS_` and make them camelcased. The resulting var name will then be overlaid on the e2e settings in the config file...
**Order success page not shown** while executing the Checkout tests (can find and order in the customer order history after having placed an order). Instead its being redirected to the...
Right now assertion checking for sorting by price on category page is checking using "less than". But it should use "less than or equal" to cover situations where you have...
Would it be possible to update to Cypress version 13? If so, what steps would be required to do that? Will be happy to do as much as I can,...
This seems to be not needed anymore.