mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
* Modify faker package * Add data-cy * Add Selectors * Add texts and labels * Add faker objects * Add spec file * Add methods and new utis file * Minor fix * Minor typo fix
17 lines
394 B
JSON
17 lines
394 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/webpack-preprocessor": "^5.12.0",
|
|
"@faker-js/faker": "^7.3.0",
|
|
"cypress": "^10.3.1"
|
|
},
|
|
"dependencies": {
|
|
"moment": "^2.29.4"
|
|
}
|
|
}
|