generated from AdobeDevXSC/citisignal-one
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 957 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
31
32
{
"name": "boilerplate-e2e-tests",
"version": "1.0.0",
"description": "Boilerplate E2E tests",
"scripts": {
"cypress:open": "cypress open --browser chrome --config-file cypress.config.js",
"cypress:run": "cypress run --config-file cypress.config.js"
},
"author": "Adobe Commerce",
"license": "Apache License 2.0",
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.0",
"@cypress/code-coverage": "^3.9.12",
"cross-env": "^7.0.0",
"cypress": "^13.0.0",
"cypress-dotenv": "2.0.0",
"cypress-grep": "~2.14.0",
"cypress-log-to-output": "^1.1.2",
"cypress-multi-reporters": "^1.5.0",
"cypress-plugin-tab": "^1.0.5",
"danger": "^10.7.1",
"franc-min": "~6.2.0",
"glob": "~7.2.0",
"jimp": "~0.22.0",
"mocha": "^9.2.1",
"mocha-junit-reporter": "^2.0.2",
"mochawesome": "~7.1.0",
"mochawesome-merge": "~4.3.0",
"moment": "^2.23.0",
"yargs": "~17.7.0"
}
}