Skip to content

firebearstudio/Magento2-Cypress-Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento2-Cypress-Integration

This is set of Cypress tests for FireBear Studio Improved Import & Export extension for Magento 2. The core issue of run Cypress tests on Magento 2 backend is that id of each HTML element always unique and generated based on user session, for Cypress tests every element should have permanent static id - this what we did with our addon - add unique element id's and other required things to make Magento 2 admin testing of our extension possible with Cypress. Based on that addon you can add id's to any element on M2 backend and get your Cypress tests running! This extension can be used as good base to make any area and part of M2 testable.

Cypress user guide