-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 KB
/
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
31
32
33
34
35
36
37
38
39
40
{
"name": "demoqa-cypress",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx cypress open --e2e -b chrome",
"test-chrome": "npx cypress run --headless --e2e -b chrome",
"lint": "eslint cypress",
"lint:fix": "eslint cypress --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@faker-js/faker": "^7.6.0",
"axe-core": "^4.7.0",
"cy-verify-downloads": "^0.1.14",
"cypress": "^13.2.0",
"cypress-axe": "^1.4.0",
"cypress-dotenv": "^2.0.0",
"cypress-iframe": "^1.0.1",
"cypress-mochawesome-reporter": "^3.4.0",
"dotenv": "^16.0.3",
"esbuild": "^0.17.18",
"eslint": "^8.40.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-react": "^7.32.2"
},
"dependencies": {
"ajv": "^8.12.0",
"cypress-downloadfile": "^1.2.3",
"cypress-file-upload": "^5.0.8",
"cypress-plugin-api": "^2.11.0",
"cypress-real-events": "^1.7.6"
}
}