-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 816 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 816 Bytes
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
{
"name": "setvitechnicaltask",
"version": "1.0.0",
"description": "Setvi Technical Task",
"main": "index.js",
"scripts": {
"cy:run": "cypress run",
"allure:generate": "allure generate allure-results --clean",
"allure:open": "allure open allure-report",
"allure:clear": "rm -rf allure-results allure-report || true",
"test:all": "npm run allure:clear && npm run cy:run && npm run allure:generate && npm run allure:open"
},
"repository": {
"type": "git",
"url": "[email protected]:pavlovic-bojan/SetviTechnicalTask.git"
},
"author": "Bojan Pavlovic [email protected]",
"license": "ISC",
"devDependencies": {
"@shelex/cypress-allure-plugin": "^2.41.2",
"allure-commandline": "^2.34.0",
"cypress": "^14.4.0",
"dotenv": "^16.5.0"
}
}