-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 879 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
26
27
28
29
30
31
{
"name": "e2e-tests",
"version": "1.0.0",
"description": "CM end to end tests",
"main": "index.js",
"type": "module",
"scripts": {
"cy:run": "cypress run --env allure=true",
"allure:report": "allure generate allure-results --clean -o allure-report",
"test": "npm run cy:run || npm run posttest",
"posttest": "npm run allure:report"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ClimateMind/e2e-tests.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ClimateMind/e2e-tests/issues"
},
"homepage": "https://github.com/ClimateMind/e2e-tests#readme",
"devDependencies": {
"@faker-js/faker": "^7.3.0",
"@shelex/cypress-allure-plugin": "^2.26.5",
"allure-commandline": "^2.17.2",
"cypress": "^9.5.4",
"cypress-xpath": "^1.6.2",
"typescript": "^4.6.3"
}
}