UNPKG

cypress-guerrillamail

Version:

Cypress plugin that helps manipulate login/forgot password flow

40 lines (39 loc) 1.06 kB
{ "name": "cypress-guerrillamail", "version": "0.0.6", "description": "Cypress plugin that helps manipulate login/forgot password flow", "main": "cypress/support/guerrillamail.js", "types": "cypress/support/index.d.ts", "scripts": { "cypress:open": "cypress open --e2e", "cypress:run": "cypress run --e2e", "test": "npm run cypress:run" }, "repository": { "type": "git", "url": "git+https://github.com/e23thr/cypress-guerrillamail.git" }, "keywords": [ "cypress", "guerrillamail.com", "guerrillamail", "e2e testing" ], "author": "Praphan Oranphanlert (https://github.com/e23thr)", "contributors": [ "PhakphumV (https://github.com/PhakphumV)" ], "license": "ISC", "bugs": { "url": "https://github.com/e23thr/cypress-guerrillamail/issues" }, "homepage": "https://github.com/e23thr/cypress-guerrillamail#readme", "devDependencies": { "rimraf": "^5.0.7", "typescript": "^5.4.5" }, "peerDependencies": { "cypress": "^13.12.0", "cypress-wait-until": "^3.0.1" } }