-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 995 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
27
28
29
30
{
"name": "bulldoggy-reminders-test",
"version": "1.0.0",
"description": "Buldooggy Reminders Testing Project",
"main": "index.js",
"scripts": {
"lint": "npx eslint .",
"test": "npx cypress run",
"report:clean": "node cleanup_reports.js",
"report:generate": "npx allure generate allure-results --clean -o allure-report"
},
"author": "Viktor Maksymenko <[email protected]>",
"license": "ISC",
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^18.0.4",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@shelex/cypress-allure-plugin": "^2.40.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"allure-commandline": "^2.23.1",
"cypress": "12.14.0",
"eslint": "^8.47.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-cypress": "^2.14.0",
"typescript": "^5.1.6"
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
}
}