mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
23 lines
581 B
JSON
23 lines
581 B
JSON
{
|
|
"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/code-coverage": "^3.12.12",
|
|
"@cypress/webpack-preprocessor": "^5.12.0",
|
|
"@faker-js/faker": "^7.3.0",
|
|
"cypress": "^15.4.0",
|
|
"cypress-mailhog": "^2.5.0"
|
|
},
|
|
"dependencies": {
|
|
"cypress-real-events": "^1.15.0",
|
|
"moment": "^2.29.4",
|
|
"node-xlsx": "^0.4.0",
|
|
"pdf-parse": "^1.1.1",
|
|
"pg": "^8.8.0"
|
|
}
|
|
}
|