-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "cypress-upload-file-post-form",
"version": "1.1.0",
"description": "Solution for two Cypress testing use-cases I came across with: perform a direct http FORM request to the server containing a file and other parameters and upload a file into a form before submission",
"main": "index.js",
"scripts": {
"test": "cypress run --browser chrome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javieraviles/cypress-upload-file-post-form.git"
},
"keywords": [
"cypress",
"cypress.io",
"file",
"file-upload",
"submit",
"form",
"form-data",
"post",
"request",
"http",
"xmlhttprequest",
"e2e-testing",
"api-testing",
"cypress.io"
],
"author": "Javier Aviles",
"license": "MIT",
"bugs": {
"url": "https://github.com/javieraviles/cypress-upload-file-post-form/issues"
},
"homepage": "https://github.com/javieraviles/cypress-upload-file-post-form#readme",
"devDependencies": {
"cypress": "^2.1.0"
}
}