-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.02 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
{
"name": "e2e-cypress-framework1",
"version": "1.0.0",
"description": "Here you can get the basic cypress project with POM framework.",
"main": "index.js",
"dependencies": {
"cypress-mochawesome-reporter": "^3.5.1"
},
"scripts": {
"addToCart": "npx cypress run --spec cypress/e2e/tests/addToCartTest.cy.js",
"register": "npx cypress run --spec cypress/e2e/tests/registerTest.cy.js",
"test": "echo \"Error: no test specified\" && exit 1",
"browser": "npx cypress run --spec cypress/e2e/tests/addToCartTest.cy.js --browser chrome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Suren2695/E2E-Cypress-Framework1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Suren2695/E2E-Cypress-Framework1.git/issues"
},
"homepage": "https://github.com/Suren2695/E2E-Cypress-Framework1.git#readme",
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"babel-loader": "^9.1.3",
"cypress": "^13.0.0"
}
}