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

Cleanup of Account Spec tests for Luma theme. Things done: 1. Break down the **Account Activities** and create **Account login/logout** and **Account Address Activities** to better separate the test logic...

A number of tests are failing since the Hyvä demo site (https://demo.hyva.io/) is updated and some settings changed. For example; prices are now shown in Euro and the newsletter subscription...

**Describe the bug** When I run the cypress tests, several tests fail. The failing tests: * Can add a coupon to the cart * Can delete an added coupon from...

I ran into a todo that would be benifitial for my current task at hand so I implemnted the function. It makes use of the default customer magento `/customer/ajax/login` call...

This merge ads in checkout payment tests under Luma checkout. Since Hyva can have multiple checkout systems, the example checkout payment test was only done inside Luma. Should be up...

**Describe the bug** The PR https://github.com/elgentos/magento2-cypress-testing-suite/pull/98 breaks the config with ``` Your configFile is invalid: ...magento2-cypress-testing-suite/cypress.config.js It threw an error when required, check the stack trace below: Error [ERR_REQUIRE_ESM]: require()...

See https://github.com/elgentos/magento2-cypress-testing-suite/pull/48 We need someone to do a merge review on this one. We're not using Luma anymore internally.

hacktoberfest

See failing minicart test; https://dashboard.cypress.io/projects/8vuidn/runs/14/overview Run after that, it passed; https://dashboard.cypress.io/projects/8vuidn/runs/13/overview Run after that, it passed; https://dashboard.cypress.io/projects/8vuidn/runs/15/overview Another flaky one is > 1) Can edit the wishlist and remove item...

Running the tests on a different CI with smaller resources, I've noticed a few issues around: - sessions being lost (from cypress doc: Cypress automatically clears all cookies before each...