-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.45 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.45 KB
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
{
"name": "matrix-ui-testing",
"version": "1.0.0",
"description": "Basic cypress integration for Matrix Requirements",
"author": "ignas",
"license": "ISC",
"dependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.0.3",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"axios": "^1.6.7",
"cypress-iframe": "^1.0.1",
"cypress-real-events": "^1.7.6",
"matrix-requirements-sdk": "^2.4.2-alpha.5",
"request": "^2.88.2"
},
"scripts": {
"db:seed": "psql < cypress/seed/matrixdb.testing.sql ",
"db:fetch": "echo 'Provide matrixpguser DB password if prompted. (You can specified it in ~/.pgpass' && pg_dump postgres://matrixpguser@dvp5v.mtrx.ovh:5432/mxcloud5_cypress_base -c -f cypress/seed/matrixdb.testing.sql && echo 'Done!' ",
"run": "npx cypress open",
"pretty": "prettier --write cypress",
"lint": "eslint cypress --ext .ts"
},
"devDependencies": {
"@types/cypress": "^1.1.3",
"@types/node": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.15.0",
"cypress": "^12.4.0",
"cypress-teamcity-reporter": "^3.0.0",
"cypress-wait-until": "^1.7.2",
"eslint": "^8.14.0",
"eslint-plugin-cypress": "^2.12.1",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"prettier": "^2.2.1",
"typescript": "^4.6.3"
}
}