-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 874 Bytes
/
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
{
"name": "cypress-api-testing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"cypress:open": "./node_modules/.bin/cypress open",
"cypress:run": "./node_modules/.bin/cypress run --spec **/*.spec.js cypress run --record --key c46ea3cc-640a-45b0-bed7-bd3e0d948790",
"cypresstest:homolog": "./node_modules/.bin/cypress run --spec **/*.spec.js --config baseUrl=http://localhost:3000",
"cypresstest:prod": "./node_modules/.bin/cypress run --spec **/*.spec.js --config baseUrl=https://serverest.dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@shelex/cypress-allure-plugin": "^2.3.6",
"cypress": "^6.6.0"
},
"dependencies": {
"allure-commandline": "^2.13.8",
"faker": "^5.4.0",
"markdownlint-cli": "^0.26.0",
"node": "^15.12.0",
"yarn": "^1.22.10"
}
}