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

**Describe the bug** when I run cypress with record Id I am getting an error that " wrong project id " but instead of the project id system showing me...

As we are using https://github.com/davidalger/warden for our projects, its not possible to use the GUI. Running `npx cypress open` throws the following error: ``` [2051:0713/115838.687050:ERROR:bus.cc(397)] Failed to connect to the...

help wanted

For each new PR the changes have to be verified manually. It would be handy for run a Github Actions pipeline which executes the Cypress tests. At least for Hyvä...

We currently use https://github.com/davidalger/warden for our projects. Running `npx cypress run --spec ./cypress/integration/path/to/some.spec.js` leads to the following error: ``` Your system is missing the dependency: Xvfb Install Xvfb and run...

documentation
question

We (@kolaente) would like to have / add a GitHub action which run the cypress tests on GitHub Possible starting points: https://github.com/extdn/github-actions-m2 -> but I am not sure if that...

This PR refactors luma tests, mainly by adding [`cy.intercept`](https://docs.cypress.io/api/commands/intercept#Waiting-on-a-request) to get rid of calls to `cy.wait` with a fixed number of seconds. There are still a few of those in...

Cypress now has native support for that with `.selectFile()`; > Added a new Cypress command, called [.selectFile()](https://docs.cypress.io/api/commands/selectfile), to select a file or files in an HTML5 input element or simulate...

good first issue

For some tests like reset password nieuws, newsletter subscription, order confirmation etc mails need te be received and read. For this purpose [Mailosaur](https://mailosaur.com/) can be used. A mailosaur API-key and...

enhancement

**Is your feature request related to a problem? Please describe.** Defined in cart.spec.js test 'displays the correct product prices and totals' the totals calculations seem off, or likely don;t cater...

hacktoberfest

Add two tests to two different specs using [mailosaur](https://mailosaur.com/) Resolves #16 ## Tech Notes The functionality could not be tested, because the testing platform does not send mails. ## Discussion...