UNPKG

cypress-craft

Version:

CypressCraft is an innovative extension built on top of Cypress (Cypress + Cucumber + POM)

7 lines 140 B
import Main from '../main.pom.js'; class Products extends Main { constructor() { super(); } } export default new Products();