-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.33 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.33 KB
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": "netbox-zabbix-integration",
"version": "1.0.0",
"description": "Cypress Netbox-Zabbix-Integration",
"main": "index.js",
"scripts": {
"cypress:runner": "cypress open --e2e --browser chrome",
"cypress:execution": "cypress run --spec cypress/e2e/features/*",
"cypress:execution-tags": "cypress run --env tags=@mobile",
"cypress:execution-allure": "cypress run --env allure=true",
"allure:clear": "rm -r allure-results/ allure-report cypress/screenshots || true",
"allure:report": "allure generate allure-results --clean -o allure-report",
"allure:history": "mv -f allure-report/history allure-results/history && rm -r allure-report || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdrianJPT/Cypress_E2E.git"
},
"keywords": [
"cypress",
"javascript",
"cucumber"
],
"author": "Adrian Jared Pablo Tamayo",
"license": "ISC",
"bugs": {
"url": "https://github.com/AdrianJPT/Cypress_E2E/issues"
},
"homepage": "https://github.com/AdrianJPT/Cypress_E2E#readme",
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^16.0.3",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@shelex/cypress-allure-plugin": "^2.38.3",
"cypress": "^12.0.2",
"esbuild": "^0.17.16",
"multiple-cucumber-html-reporter": "^3.3.0"
}
}