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": {
|
|
|
|
|
"@cypress/webpack-preprocessor": "^5.12.0",
|
2022-08-04 14:46:53 +00:00
|
|
|
"@faker-js/faker": "^7.3.0",
|
2022-12-09 13:12:31 +00:00
|
|
|
"cypress": "^12.0.1",
|
2022-11-09 08:02:50 +00:00
|
|
|
"cypress-file-upload": "^5.0.8"
|
2022-07-25 04:45:28 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-12-09 13:12:31 +00:00
|
|
|
"moment": "^2.29.4",
|
|
|
|
|
"pg": "^8.8.0"
|
2022-07-25 04:45:28 +00:00
|
|
|
}
|
|
|
|
|
}
|