-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.05 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
{
"name": "vendr-e2e-tests",
"version": "0.1.0",
"description": "End-to-End Tests for Vendr, the eCommerce solution for Umbraco v8+",
"main": "index.js",
"scripts": {
"test": "npx cypress run",
"ui": "npx cypress open --env type=actual",
"ui:base": "npx cypress open --env type=base --config screenshotsFolder=cypress/snapshots/base"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vendrhub/vendr-e2e-tests.git"
},
"author": "Matt Brailsford",
"license": "MIT",
"bugs": {
"url": "https://github.com/vendrhub/vendr-e2e-tests/issues"
},
"homepage": "https://github.com/vendrhub/vendr-e2e-tests",
"dependencies": {
"axios": "^0.20.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-register": "^6.26.0",
"cross-env": "^7.0.2",
"cypress-visual-regression": "^1.5.2",
"fs-extra": "^9.0.1",
"mssql": "^6.2.1",
"ncp": "^2.0.0",
"umbraco-cypress-testhelpers": "^1.0.0-beta-48",
"xml2js": "^0.4.23"
},
"devDependencies": {
"cypress": "^6.1.0"
}
}