magento2-cypress-testing-suite icon indicating copy to clipboard operation
magento2-cypress-testing-suite copied to clipboard

A community-driven Cypress testing suite for Magento 2

Results 29 magento2-cypress-testing-suite issues
Sort by recently updated
recently updated
newest added

## 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...

good first issue
add tests

## Description. Testing cache cleanup, indexing, tax, checking exceptions on all pages, etc. ## Tests - [ ] Admin panel is working properly - [ ] Orders are added correctly...

add tests
hacktoberfest

## Tests - [ ] it can open the default CMS page correctly - [ ] it shows the default 404 page on an non-existent route

good first issue
add tests

## Tests - [x] it shows the contact form correctly - [ ] it cannot submit a form when no valid email address is entered - [x] it can submit...

good first issue
add tests
hacktoberfest

``` 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.