-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.35 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
{
"name": "automationcamp-cypress",
"version": "1.0.0",
"description": "This is a Node.js Cypress project created for the \"Cypress Tutorial\" of \"AutomationCamp\" YouTube channel and will update during the session.",
"main": "index.js",
"scripts": {
"cy:test": "cypress run --spec cypress/e2e/Session31.cy.js",
"cy:test:firefox": "cypress run --spec cypress/e2e/Session31.cy.js --browser firefox",
"cy:test:firefox:headed": "cypress run --spec cypress/e2e/Session31.cy.js --browser firefox --headed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmonfared/automationcamp-cypress.git"
},
"keywords": [],
"author": "Mohammad Monfared",
"license": "ISC",
"bugs": {
"url": "https://github.com/mmonfared/automationcamp-cypress/issues"
},
"homepage": "https://github.com/mmonfared/automationcamp-cypress#readme",
"devDependencies": {
"@cypress/xpath": "^2.0.3",
"@testing-library/cypress": "^9.0.0",
"cy-verify-downloads": "^0.1.13",
"cypress": "^12.11.0",
"cypress-downloadfile": "^1.2.3",
"cypress-iframe": "^1.0.1",
"cypress-plugin-api": "^2.11.0",
"cypress-plugin-multiple-click": "^1.0.0",
"cypress-terminal-report": "^5.0.2",
"mysql": "^2.18.1",
"node-xlsx": "^0.21.0"
},
"dependencies": {
"cypress-real-events": "^1.7.0",
"package.json": "^2.0.1"
}
}