UNPKG

cypress-maildev

Version:

An easy-to-use cypress bunch of commands to use Maildev API for tests messages reception !

45 lines (44 loc) 1.18 kB
{ "name": "cypress-maildev", "version": "2.0.0", "description": "An easy-to-use cypress bunch of commands to use Maildev API for tests messages reception !", "main": "./build/index.js", "repository": { "type": "git", "url": "git+https://github.com/Clebiez/cypress-maildev.git" }, "author": "Clément Le Biez <clement.lebiez@gmail.com>", "license": "MIT", "scripts": { "wait-on": "npx wait-on http://localhost:1080", "test": "npx cypress open", "e2e": "npx cypress run", "fillEmail": "node ./fillEmail.js", "dev": "ts-node-dev --respawn ./src/index.ts", "prod": "tsc --build && node ./build/index.js", "prepare": "npm run build", "build": "tsc", "lint": "biome check .", "lint-fix": "biome check . --fix --unsafe" }, "keywords": [ "cypress", "e2e", "test", "maildev", "mail" ], "devDependencies": { "@biomejs/biome": "^2.5.0", "@types/jest": "^30.0.0", "@types/node": "^22.15.30", "cypress": "^15.17.0", "globals": "^16.3.0", "nodemailer": "^9.0.0", "ts-node-dev": "^2.0.0", "typescript": "^5.8.3" }, "dependencies": { "wait-on": "^9.0.10" } }