UNPKG

cypress-form-data-with-file-upload

Version:

How to test HTTP form submission with file input using Cypress - a hack

46 lines (45 loc) 1.21 kB
{ "name": "cypress-form-data-with-file-upload", "version": "1.0.0", "description": "How to test HTTP form submission with file input using Cypress - a hack", "main": "index.js", "scripts": { "test": "cypress run --record", "start": "node server", "cy:open": "cypress open", "cy:run": "cypress run", "semantic-release": "semantic-action pre && npm publish && semantic-action post", "ci": "start-server-and-test http://localhost:3000" }, "keywords": [ "cypress", "cypress.io", "e2e", "form", "file upload" ], "files": [ "images", "index.js" ], "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", "license": "ISC", "devDependencies": { "cypress": "^1.4.1", "express": "^4.16.2", "github-post-release": "^1.13.1", "multer": "^1.3.0", "semantic-action": "^1.1.0", "semantic-release": "^12.2.2", "simple-commit-message": "^3.3.2", "start-server-and-test": "^1.0.0" }, "repository": { "type": "git", "url": "https://github.com/bahmutov/cypress-form-data-with-file-upload.git" }, "release": { "analyzeCommits": "simple-commit-message", "generateNotes": "github-post-release" } }