2022-07-25 04:45:28 +00:00
|
|
|
{
|
|
|
|
|
"name": "cypress-tests",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"cy:run": "cypress run --browser=chrome 103, --headless",
|
|
|
|
|
"cy:open": "cypress open --browser=chrome 103, --e2e"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-12-28 09:46:16 +00:00
|
|
|
"@cypress/code-coverage": "^3.12.12",
|
2022-07-25 04:45:28 +00:00
|
|
|
"@cypress/webpack-preprocessor": "^5.12.0",
|
2022-08-04 14:46:53 +00:00
|
|
|
"@faker-js/faker": "^7.3.0",
|
2023-02-09 11:41:50 +00:00
|
|
|
"cypress": "^12.5.1"
|
2022-07-25 04:45:28 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-03-06 06:39:27 +00:00
|
|
|
"cypress-real-events": "^1.7.6",
|
2022-12-09 13:12:31 +00:00
|
|
|
"moment": "^2.29.4",
|
2024-07-02 14:33:27 +00:00
|
|
|
"node-xlsx": "^0.4.0",
|
2023-02-16 03:39:37 +00:00
|
|
|
"pdf-parse": "^1.1.1",
|
2022-12-09 13:12:31 +00:00
|
|
|
"pg": "^8.8.0"
|
2022-07-25 04:45:28 +00:00
|
|
|
}
|
2023-03-06 06:39:27 +00:00
|
|
|
}
|