UNPKG

cypress-craft

Version:

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

11 lines (10 loc) 256 B
import posts from './api/api.01-posts.pom'; import comments from './api/api.02-comments.pom'; import login from './e2e/e2e.01-login.pom'; import products from './e2e/e2e.02-products.pom'; export default { posts, comments, login, products }